Read tweets in your timeline that came after the last one you read. TBMR will continuously save the incoming tweets for you to read later. I was missing many informational tweets just because I didn't get time to check twitter everyday. This is my solution to it.
Follow the below steps to run the app
git clone
npm install
- Go to
https://apps.twitter.com/
to create a new app. Use the key and secret of the app for the next step. - Create a file
grant-oauth.json
and save inside the/config/
folder. The contents of the file are
{
"server": {
"protocol": "http",
"host": "localhost:3000",
"transport": "session"
},
"twitter": {
"key": "YOUR APP KEY",
"secret": "YOUR APP SECRET",
"callback": "/twitter/authorised/"
}
}
npm start
- Go to
http://localhost:3000/
In case there is an issue with the rendering of a tweet on the client side, report the issue to tweet-to-html repo.
##Issues Or Contributions
- Post issues/enhancements in the github issue tracker.
- My email is blessenm@gmail.com
- Pull requests are welcome.
- Follow Me On Twitter
- LinkedIn Pofile
- Stack Overflow Pofile