Mercurial > rsstweet
view README.md @ 203:af84c9f23263
Fix redirect for twitter user with nil screen name
Everything else is still kind of broken but it's kind of beyond help anyway
author | nanaya <me@nanaya.pro> |
---|---|
date | Mon, 19 Oct 2020 03:42:22 +0900 |
parents | d7c13499626c |
children |
line wrap: on
line source
rsstweet ======== Twitter removed their v1.0 API and thus completely disables access to tweets using RSS readers. This application will proxy user's tweets into atom feed which solves the problem. Installation ------------ hg clone ... cd ... && bundle export ... bin/rails s Detailed instruction is left as an exercise unless someone step up and write one for me. Configuration ------------- Create a config file. Read `config/config_init.rb` for hints.