Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saura-t/tweet-search
Get the latest tweets of any valid twitter user.
https://github.com/saura-t/tweet-search
Last synced: 1 day ago
JSON representation
Get the latest tweets of any valid twitter user.
- Host: GitHub
- URL: https://github.com/saura-t/tweet-search
- Owner: saura-t
- License: mit
- Created: 2019-05-23T19:29:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-29T18:26:45.000Z (over 5 years ago)
- Last Synced: 2024-10-30T08:44:59.679Z (21 days ago)
- Language: Python
- Size: 78.1 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Twitter-API
Twitter API using tweepy by Python, which displays tweets on GUI by tkinter.
![screen_1](https://github.com/saurabhtakle/Twitter-API/blob/master/images/pg1.JPG?raw=true)## Modules:
* [tkinter module](https://docs.python.org/3/library/tk.html) - A robust and platform independent windowing toolkit
* [tweepy module](http://docs.tweepy.org/en/3.7.0/) - Enables Python to communicate with Twitter platform and use its API## Screenshots:
1. Ivalid user:
![invalid_user](https://github.com/saurabhtakle/Twitter-API/blob/master/images/invalid.JPG?raw=true)2. Tweets of valid user (MKBHD)
![valid_user](https://github.com/saurabhtakle/Twitter-API/blob/master/images/pg2.JPG?raw=true)