Este crawler é utilizado para obter os tweets relacionados ao Cruzeiro Esporte Clube no Twitter. As instruções abaixo seguem em inglês, para fins de reutilização de código.
The data should be collected using Python, Tweepy and MongoDB functions.
To use this project for your own data collection you have to:
- Add your Twitter API keys in the file settings/twitter_config.txt
- Add your query terms in the file settings/queries.txt
- (Future) Add your information for the MongoDB access
To get your Twitter API keys go to Apps Twitter, login with your Twitter account and create a new application.
To install MongoDB on Ubuntu 16.04, follow the instructions at the official website.
To configure MongoDB locally on Ubuntu 16.04, follow the instructions here.