Learn how you can become a Python programmer in just 12 weeks.

    We respect your privacy. Unsubscribe at anytime.

    Python Twitter Bot to Unfollow Friends that do not Follow Back – 3 Easy Steps

    What will we cover in this tutorial? How to unfollow friends in Twitter Python that do not follow back. The process to get the access tokens to use the Twitter API How to connect to the twitter API The actual implementation of the code. This is updated to Tweepy version 4.4 Step 1: Setup up … Read more

    Plot Tweets Locations on a Leaflet Map using Python in 3 Easy Steps

    What will we cover? How to plot locations of tweets on a leaflet map using Python Setup your access to the Twitter API How to collect location data from Twitter and tweets. Finally, how to plot it on an interactive leaflet map. Step 1: Getting ready to collect data from Twitter Twitter is an amazing … Read more