This app allows us to use some features of twitter from the command-line. Currently this bot includes only the search feature You can search for any query and it gives out the top tweets about that query.
- Improvisation - Include OAuth and other operations that need authentication.
-
Search -
$ python twitterbot.py search query rpp result_type
query - Escaped search query
rpp - rpp number is the number of results (maximum of 100)
result_type - mixed / recent/ popular.
-
Trend -
$ python twitterbot.py trending timeframe
timeframe - daily/ weekly/ or nothing.