Twitter Bot with Python

Pretty easy really: Create your twitter account for your bot. Go to dev.twitter.com Register your app Gain your app keys In your Python script “import tweepy” (you may need to pip install tweepy first). Add a function to perform the tweet     def tweet(message):…

Raspberry Pi Web Scraping and Push Notifications

Had the Raspberry Pi for a while now and haven’t really done much with it so I decided to build something semi-useful. Basically we’ll be scraping the web using:- Python (programming language) BeautifulSoup (Python library to assist with screen scraping). Pushbullet (allow for notifications to Android…