rsstweet Code
Brought to you by:
edogawaconan
| File | Date | Author | Commit |
|---|---|---|---|
| app | 2024-12-15 |
|
[e2150d] Rubocop (rails) time |
| bin | 2024-12-15 |
|
[8c47a6] Missing default 8.0 bin |
| config | 2024-12-15 |
|
[2fc76c] Remove the RT_ env prefix |
| public | 2024-12-15 |
|
[604b69] Add default public files |
| test | 2024-12-15 |
|
[e2150d] Rubocop (rails) time |
| .hgignore | 2024-12-15 |
|
[20eb14] Remove newrelic |
| .rubocop.yml | 2024-12-15 |
|
[e2150d] Rubocop (rails) time |
| Gemfile | 2024-12-15 |
|
[e2150d] Rubocop (rails) time |
| Gemfile.lock | 2024-12-15 |
|
[e2150d] Rubocop (rails) time |
| LICENSE | 2017-03-25 |
|
[d7c134] Update readme and split off license (and update... |
| README.md | 2017-03-25 |
|
[d7c134] Update readme and split off license (and update... |
| Rakefile | 2016-07-02 |
|
[0b2b18] One missed require_relative update |
| config.ru | 2020-12-10 |
|
[233510] Run rails update |
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.
hg clone ...
cd ... && bundle
export ...
bin/rails s
Detailed instruction is left as an exercise unless someone step up and write
one for me.
Create a config file. Read config/config_init.rb for hints.