A simple Reblog Machine to reblog random post on Tumblr.
See http://stochastique-blog.tumblr.com/ for a live demo.
-
Clone this repo.
-
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
If output.log doesn't exist it will be create.
nohup node random-reblog.js > output.log &
ps axl | grep node
kill [number]
- 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.