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.
- Host: GitHub
- URL: https://github.com/agarwalkaushal/tweet-search
- Owner: agarwalkaushal
- Created: 2019-08-31T18:08:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-02T12:56:45.000Z (about 6 years ago)
- Last Synced: 2025-01-18T16:52:26.285Z (9 months ago)
- Topics: python-script, search-in-text, tweepy, twitter-api
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
- HomepageThings needed to run this app smoothly -
- 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.- 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: