This repository was archived by the owner on Jan 13, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -28,22 +28,22 @@ The RSS feed displays only the original tweets (not the retweets) and :
2828
2929
3030## ** Steps :**
31- - clone this repo :
31+ - Clone this repo :
3232``` bash
3333$ git clone https://github.com/SamR1/python-twootfeed.git
3434```
3535
36- - install Python virtualenv and packages
36+ - Install Python virtualenv and packages
3737``` bash
3838$ cd python-twootfedd
3939$ make install
4040```
4141
42- - Fill in fields for the client(s) you will use (see next step for API keys).
42+ - Fill in fields for the client(s) you will use in ** python-twootfeed/config.yml ** (see next step for API keys).
4343
4444- Get API Keys
4545 - for ** Twitter** : see https://apps.twitter.com
46- copy/paste the Twitter API key values in ** config.yml** ('_ consumerKey_ ' and '_ consumerSecret_ ')
46+ copy/paste the Twitter API key values in ** config.yml** file ('_ consumerKey_ ' and '_ consumerSecret_ ')
4747 - for ** Mastodon** : see [ Python wrapper for the Mastodon API] ( https://mastodonpy.readthedocs.io/ )
4848 use the included script which will register your app and prompt you to log in, creating the credential files for you.
4949 ``` bash
@@ -55,7 +55,7 @@ $ make install
5555$ make serve
5656` ` `
5757
58- - the RSS feeds are available on these urls :
58+ - The RSS feeds are available on these urls :
5959 - for Twitter : http://localhost:5000/_keywords_ or http://localhost:5000/tweets/_keywords_
6060 - for Mastodon : http://localhost:5000/toots/_keywords_ and http://localhost:5000/toot_favorites
6161
You can’t perform that action at this time.
0 commit comments