Hello,
I want to share the
tumblr-dashboard-rss library and a
simple application on Sinatra for generating RSS from posts on your Tumblr dashboard.
Tumblr does not submit an RSS feed with posts that are shown on the Tumblr dashboard, but gives this information through the API.
There are several solutions that make the desired. Some of them do not show code, some require a server to run them.
If you are as paranoid as me, you can use my code and deploy it on free Heroku.
- register at api.heroku.com/signup
- git clone git: //github.com/timurvafin/tumblr-dashboard-rss-sinatra-app.git
- cd tumblr-dashboard-rss-sinatra-app /
- rvm gemset create 'tumblr-dashboard-rss-sinatra-app'
- gem install bundle
- bundle install
- heroku create --stack bamboo-mri-1.9.2
')
You have received a working version of the application.
If you are a little less paranoid, you can use
my version on Heroku .
To get an RSS feed, you need to create a URL of the form
tumblr-dashboard.heroku.com/email/password , where email, password - email and password from your Tumblr.
Thank,
Timur