Closed jaryaman closed 5 years ago
Whilst debugging the code, we don't necessarily want to call the API heavily. There currently exists an argument dbg_mode for tweeting.tweet_news. This should be set as a command line flag for running main.py
dbg_mode
tweeting.tweet_news
main.py
$ ipython $ run main.py -d
Capability added in 9a0f0f76bb48efe93105c634e0981ff92aa9758a
Whilst debugging the code, we don't necessarily want to call the API heavily. There currently exists an argument
dbg_mode
fortweeting.tweet_news
. This should be set as a command line flag for runningmain.py