https://github.com/tejasbubane/tweet-search
python script to search tweets related to a username
https://github.com/tejasbubane/tweet-search
Last synced: 8 months ago
JSON representation
python script to search tweets related to a username
- Host: GitHub
- URL: https://github.com/tejasbubane/tweet-search
- Owner: tejasbubane
- Created: 2012-06-02T11:58:35.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-06-02T12:06:56.000Z (about 14 years ago)
- Last Synced: 2025-06-13T00:06:20.096Z (about 1 year ago)
- Language: Python
- Size: 89.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is a real quick code that I wrote to just get acquainted with the twitter search API.
Documentation for the same can be found at: https://dev.twitter.com/docs/api/1/get/search
I came to know of the API when I was doing the Udacity-CS253 course on Building Web Applications
and just played on it a bit and happened to write this code.
Usage:
1. run the twitter.py
2. Enter the twitter username whose tweets you want to see
3. See the tweets below!!