Skip to content

Parse rss feed and tweet new posts to Twitter

License

Notifications You must be signed in to change notification settings

anarcat/feed2tweet

Repository files navigation

Feed2tweet

Feed2tweet automatically parses rss feeds, identifies new posts and posts them on Twitter. For the full documentation, read it online.

Quick Install

  • Install Feed2tweet from PyPI

      # pip install feed2tweet
    
  • Install Feed2tweet from sources (see the installation guide for full details) Installation Guide

      # tar zxvf feed2tweet-0.1.tar.gz
      # cd feed2tweet
      # python2.7 setup.py install
      # # or
      # python2.7 setup.py install --install-scripts=/usr/bin
    

Use Feed2tweet

  • 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.dat
    
      [rss]
      uri=https://www.journalduhacker.net/newest.rss
    
      [hashtaglist]
      several_words_hashtags_list=severalwordshashtaglist.txt
    
  • Launch Feed2tweet

      $ feed2tweet -c /path/to/feed2tweet.ini
    

Authors

Carl Chenet chaica@ohmytux.com First developed by Todd Eddy

License

This software comes under the terms of the GPLv3+. Previously under MIT license. See the LICENSE file for the complete text of the license.

About

Parse rss feed and tweet new posts to Twitter

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages