Skip to content

niemes/Random_Reblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node-tumblr_Random_Reblog

A simple Reblog Machine to reblog random post on Tumblr.

See http://stochastique-blog.tumblr.com/ for a live demo.

Install

  1. Clone this repo.

  2. Add your personals consumer_key, secret, token and token secret. Register an App on tumblr api if you don't have one : https://www.tumblr.com/oauth/apps. (For token and token_secret see Oauth or https://github.com/stigok/node-oauth-tumblr-example .)

cd Random-Reblog/

npm install

node random-reblog.js

Run in background

Use nohup command :

If output.log doesn't exist it will be create.

nohup node random-reblog.js > output.log &

check the process :

ps axl | grep node

To kill

kill [number]

ToDo

  • Avoid duplicate post.
  • Handle error from the tumblr API.
  • Avoid duplicate Tags.
  • Add Taglist in a Json file to keep the list if you stop the script.

About

A simple Reblog Machine/Bot . Reblog random post on Tumblr.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published