bwbaugh / twitter-corpus

Collects all tweets from the sample Public stream using Twitter's streaming API, and saves them to a file for later use as a corpus.
Other
46 stars 8 forks source link

Load the Twitter credentials from a config file #2

Closed bwbaugh closed 8 years ago

bwbaugh commented 11 years ago

Users might encounter issues when trying to update their script if they store the Twitter credentials in the Python module itself. Therefore, it would probably be better to separate this data into a configuration file.