Create structure analyzing Twitter information. ❇️
You can check your each Tweet's
- id
- created time
- text
- the number of favorite
- the number of retweet
And you can see the table in the specified file with .csv.
If you write down your own Twitter API key on the 'x' below and run the program, you can get new .csv file in the 'user' folder.
#Twitter API key
consumer_key = 'xxxxxxxxxxxxxxxxxxxxxxxxxx'
consumer_secret = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
access_token = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
access_token_secret = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
You can see the example that is my Tweet's analyzed data with table and graph in result.csv file opened by Excel.