Browse Source

Update README.md to reflect conf-example.py file name change

master
Étienne Deparis 10 years ago
parent
commit
823d8d36fa
  1. 3
      README.md

3
README.md

@ -15,7 +15,7 @@ Feed2twister is a simple script to post items from RSS/ATOM feeds to [Twister](h
If you don't have git(?) you can [download the zip](https://github.com/thedod/python-bitcoinrpc/archive/unicode-fix-for-twister.zip), If you don't have git(?) you can [download the zip](https://github.com/thedod/python-bitcoinrpc/archive/unicode-fix-for-twister.zip),
and copy the bitcoinrpc directory into this directory (overwrite whatever you have ther now. probably an empty folder). and copy the bitcoinrpc directory into this directory (overwrite whatever you have ther now. probably an empty folder).
* Copy `config-example.py` to `config.py` and edit it to taste. * Copy `conf-example.py` to `conf.py` and edit it to taste.
### Running ### Running
@ -27,4 +27,3 @@ If there are more than `N` new items in a feed, "over quota" items get marked as
(this can be handy when you add a new feed with a long history). (this can be handy when you add a new feed with a long history).
Specifically, `python feed2twister.py 0` would make all feeds "catch up" without posting anything. Specifically, `python feed2twister.py 0` would make all feeds "catch up" without posting anything.

Loading…
Cancel
Save