By: Kyle Fang, Alex Fang, Maxwell Miguelino, and Darin Tsai
2 of 4
3 of 4
The Tweet Extraction Program
This Tweet Extraction Program utilizes tweepy module as a main function for spitting out tweets
How It Works:
Tweety module requires a actual twitter account to work. The function could find tweets or send tweets completely autonomously.
Also, there is a function you can see “file.write”, which creates a .txt file and saves every tweet it spits out.
How It was built:
We used Python to program this Tweet Extraction. By using the Tweepy module, it can spit out tweets base on the user input.
What it does:
This project helps people find specific tweets based on the tag that they input. When a specific hashtag input is typed in, it will search up all the recent tweets that are related to the hashtag input.