--Originally published at TC3045 – Sagnelli's blog
Howdy partner,
As you may have read, or maybe not, in the pre mortem blog for this week, I worked on being able to mine tweets from an account since the beginning of their time. I was able to do that by creating a loop in which 200 tweets were gathered using the API of Twitter. Also it is possible to specify the people that you want to gather tweets from by writing their user names in a txt file stored in the same location.
This time we want to gather all the tweets from @RicardoAnayaC , @lopezobrador_ , and @JoseAMeadeK to create a words map. This map will allow us to know which words are most used by the candidates to measure their popularities.
Stay tuned, for the next weeks’ progress