In order to be able to use Twitter via a Python script, you must at least have access to the standard Twitter API. You will then need to provide the access tokens and consumer API key in the script so as to gain authorized access to your account. This post shows how one can easily …
Category Archives: Programming
Tweepy API for Python: #1
As mentioned in a previous blog, I had included the Tweepy API for my Embedded Systems coursework. This online API, provided by Twitter, allows users to use Twitter via a Python script. One would need to import the tweepy library (so as to access said API) and the access tokens, these can be acquired upon …
What has been going on?
It has been quiet lately. There has been an influx of assignments as of late, most of which are due to the end of May. Endless documentations, testing, programming and presentations, but I am determined to give my all so I can get back to blogging and doing what I love most; programming!