How to load search data from twitter onto a website?
I'm in the process of making a website that will show users the latest
tweets people have made about a few different topics. My idea was to use
python on the server to do a search through the twitter API every few
minutes, and after doing some parsing, drop the results into a database.
Then when users access the website, it would use javascript to access
either a python or php file on the server to fill in the divs on the site
with the tweets.
Is this the best way to manage what I want? A majority of the users will
be accessing the site from their phones, so I'd rather keep the load times
down as much as possible. Any advice would be appreciated.
No comments:
Post a Comment