Updated README.md
This commit is contained in:
pare
5e9fbc77e1
commit
0f16738f03
S'han modificat 1 arxius amb 5 adicions i 3 eliminacions
|
@ -13,11 +13,13 @@ Publish to Mastodon's server the rss feed of your choice.
|
|||
|
||||
Within Python Virtual Environment:
|
||||
|
||||
1. Run 'db-setup.py' to create needed database and table. It's needed to control what feeds are already published.
|
||||
1. Run 'python db-setup.py' to create needed database and table. It's needed to control what feeds are already published. db-setup.py
|
||||
|
||||
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.
|
||||
2. Run 'python 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 'mastofeeds.py' to start publishing feeds.
|
||||
3. Run 'python mastofeeds.py' to start publishing feeds.
|
||||
|
||||
4. Use your favourite scheduling method to set mastofeeds.py to run regularly.
|
||||
|
||||
Note: install all needed packages with 'pip install package' or use 'pip install -r requirements.txt' to install them.
|
||||
|
||||
|
|
Loading…
Referencia en una nova incidència