Follow Along and Create these Fun and Useful Projects with Me!
2. Create a Twitter bot that listens to all tweets from politicians (in my case any politician from Missouri, but I’ll show you how to tweak it for your use — it could be any list of individuals it doesn’t have to be politicians) and all tweets back to politicians from their constituents and tweet out a word cloud nightly. The final result will look like this:
3. Create a web scraper to get statistics off of a website (in my case, it is the number of victims of gun violence in the US over the last 72 hours) and create a map with the location of the shooting. This was a very interesting project because to create the map, latitude, and longitude coordinates were needed, but the website only gave the physical address. I’ll show you how to overcome that, overlay the data on a nicely formatted map, and tweet it out every three days. The final result will look like this:
4. Another project we will do is create a web-based application using streamlit and some of the things we’ve already learned. You can check out the website at?My Streamlit App. This is a great way to get your projects on the web quickly, using just python. The final result will look something like this (that word cloud is based on the last 150 tweets of Elon Musk):
Other ideas include:
What other helpful python projects would you like to see? Please comment below and follow to stay up to date with all the progress we make! Thanks for reading.