Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 id

Uses YQL's Rest query (select * from twitter.user.timeline where id='vetri02')

Fork it and also use it along with some other YQL queries.