Inspiration

What inspired me to code this with my teammates is that we have been looking for ways to help society by making a tweet extraction to help make their tweet search faster and better. Especially because of the recent black lives matter movement, we suggested that we make this tweet extraction for people to find tweets about it.

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.

How I built it

We used Python to program this Tweet Extraction. By using the Tweepy module, it can spit out tweets base on the user input.

Challenges I ran into

It is hard to find out how to stop the program.

Accomplishments that I'm proud of

I am proud that our tweet extraction program works because we are new to programming and it is really satisfying to see that our finishing project actually works.

What I learned

I learned about Tweepy module and the time module.I also learned how to apply those modules.

What's next for TweetExtract

We will make it so that it can spit out tweets according to other properties, such as timestamp, username, and etc.

Built With

Share this project:

Updates