How to Build a Tweeting Weather Bot with Raspberry Pi - Tom's Hardware
When I first started getting into programming, one of my mentors built a project where he took an image every day, overlaid the current weather, and tweeted it. I remember at the time thinking there was no way I could ever build something that complicated. Fast forward to now, it's a relatively simple thing to put together - and in my opinion, a great starter project for someone getting involved with programming. So with all those in mind, let's build a twitter bot that takes a photo every day and tweets it out, using a Raspberry Pi . What You'll Need: Raspberry Pi Twitter Weather Bot How to Build a Twitter Weather Bot with Raspberry Pi Before you get started, get your Raspberry Pi set up. If you haven't done this before, see our article on how to set up a Raspberry Pi for the first time or how to do a headless Raspberry Pi install (without the keyboard and screen). For this project, we recommend a headless Raspberry Pi install . 1. Install git. We'll ne...