|
3 years ago | |
---|---|---|
docs | 3 years ago | |
feed2tweet | 3 years ago | |
scripts | 3 years ago | |
.gitignore | 4 years ago | |
AUTHORS | 5 years ago | |
CHANGELOG | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago | |
feed2tweet.py | 3 years ago | |
hashtags.txt | 4 years ago | |
requirements.txt | 3 years ago | |
setup.py | 3 years ago |
Feed2tweet automatically parses rss feeds, identifies new posts and posts them on Twitter. For the full documentation, read it online.
If you would like, you can support the development of this project on Liberapay. Alternatively you can donate cryptocurrencies:
Install Feed2tweet from PyPI
# pip3 install feed2tweet
Install Feed2tweet from sources (see the installation guide for full details) Installation Guide
# tar zxvf feed2tweet-1.1.tar.gz
# cd feed2tweet
# python3 setup.py install
# # or
# python3 setup.py install --install-scripts=/usr/bin
Create or modify feed2tweet.ini file in order to configure feed2tweet:
[twitter]
consumer_key=ml9jaiBnf3pmU9uIrKNIxAr3v
consumer_secret=8Cmljklzerkhfer4hlj3ljl2hfvc123rezrfsdctpokaelzerp
access_token=213416590-jgJnrJG5gz132nzerl5zerwi0ahmnwkfJFN9nr3j
access_token_secret=3janlPMqDKlunJ4Hnr90k2bnfk3jfnwkFjeriFZERj32Z
[cache]
cachefile=cache.db
[rss]
uri=https://www.journalduhacker.net/rss
tweet={title} {link}
[hashtaglist]
several_words_hashtags_list=severalwordshashtaglist.txt
Launch Feed2tweet
$ feed2tweet -c /path/to/feed2tweet.ini
This software comes under the terms of the GPLv3+. Previously under MIT license. See the LICENSE file for the complete text of the license.