Updated README.md

This commit is contained in:
spla 2020-03-21 19:21:59 +01:00
pare 548f147083
commit cdb4fe6d02

Veure arxiu

@ -7,7 +7,7 @@ Publish to Mastodon's server the rss feed of your choice.
- **Python 3**
- Postgresql server
- Everything else at the top of `mastofeed.py`!
- Everything else at the top of `mastofeeds.py`!
### Usage:
@ -17,7 +17,7 @@ Within Python Virtual Environment:
2. Run 'setup.py' to get your bot's access token of an existing user. It will be saved to 'secrets/secrets.txt' for further use.
3. Run 'mastofeed.py' to start publishing feeds.
3. Run 'mastofeeds.py' to start publishing feeds.
Note: install all needed packages with 'pip install package' or use 'pip install -r requirements.txt' to install them.