Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vetri02/twitter-feed-on-python-using-yql-and-beautifulsoup
Get the Twitter feed using the YQL REst Query
https://github.com/vetri02/twitter-feed-on-python-using-yql-and-beautifulsoup
Last synced: 2 days ago
JSON representation
Get the Twitter feed using the YQL REst Query
- Host: GitHub
- URL: https://github.com/vetri02/twitter-feed-on-python-using-yql-and-beautifulsoup
- Owner: vetri02
- Created: 2011-03-05T13:53:57.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-03-05T14:21:06.000Z (almost 14 years ago)
- Last Synced: 2024-11-09T09:48:30.739Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 93.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
1.Install python
2.Get Beautifulsoup (http://www.crummy.com/software/BeautifulSoup/) - Python HTML/XML parser
3.run twitFeed.py
4.Give the twitter id when promted
5.This will retrieve the twitter feed for the idUses YQL's Rest query (select * from twitter.user.timeline where id='vetri02')
Fork it and also use it along with some other YQL queries.