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

https://github.com/agarwalkaushal/tweet-search

Looking for a specific tweet? You've come to the right place.
https://github.com/agarwalkaushal/tweet-search

python-script search-in-text tweepy twitter-api

Last synced: 7 months ago
JSON representation

Looking for a specific tweet? You've come to the right place.

Awesome Lists containing this project

README

          

# Tweet-Search

What's Tweet Search?

A simple application designed to search for content in tweets. Be it,
- Your tweets
- Some user's
- Homepage

Things needed to run this app smoothly -



  1. Twitter's API keys. To get the keys:

    - Login to twitter developer section
    - Go to “Create an App”
    - Fill the details of the application.
    - Click on Create your Twitter Application
    - Details of your new app will be shown along with consumer key and consumer secret.
    - For access token, click ” Create my access token”. The page will refresh and generate access token.


  2. Tweepy library
    - Can be installed using pip command.

    ````
    cmd> pip install tweepy
    ````


Replace the generated keys in Main.py. Now we're good to go.

````
cmd> cd /path-to-Main.py/
cmd> python Main.py
````

For any queries feel free to reach me at LinkedIn.

If you found this repo useful, do Star & Share :purple_heart: