psyclone241 / twitterReader

Playing around..... No really, it should "Read Twitter Feeds"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

Basic Usage

  • Make a copy of config.py.example to config.py
  • Edit your new config.py to your own configuration settings
  • Run python twitterReader.py

Advanced Usage

  • For a specific feed
    • Default count: python twitterReader.py -f feedname
    • Custom count: python twitterReader.py -f feedname -c 10
  • For configured or specific feeds
    • Save configured to json data: python twitterReader.py -o json -s file.json
    • Save specific feed to json data: python twitterReader.py -f feedname -o json -f file.json

About

Playing around..... No really, it should "Read Twitter Feeds"


Languages

Language:Python 94.4%Language:Makefile 5.6%