Skip to content

hibc/tweet_miner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 

Repository files navigation

Tweet Miner using Python-Twitter with simple GUI

Description:

Uses 'Twitter API' from 'python-twitter' module to gather tweets from Twitter. This simple GUI version of tweet miner could help others, especially who don't know how to code, to gather some tweets of their own interests. Will be made to one executable file when it's done.

Requirements

A user has to create his/her Twitter account first. Because inorder to use this tool or 'python-twitter', a user has to input Twitter consumer key, consumer secret, access token, and access secret. A user can get these informations from his/her Twitter account's page.

How to use:
pip install -r pip_requirements.txt
python main.py

TODO:

  • Currently user can only save output file in Mac OS. Should also save output in Windows OS too.
  • Handle input Followers ID
  • Handle input language
  • Saving output from streaming into CSV.
  • Handle communication between GUI (tweet window) and external program (tweet_mine)
  • Streaming returns invalid JSON format output. Because of this issue, it makes us unable to save outputs into csv.
  • Handle inputs Locations
  • Display number of total tweets gathered in popup dialogue

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages