Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)