Twitter API unknowns
Discusses the impact of Twitter removing free API access on bots, tools like Fedifinder, and the author's use of the Front app.
Discusses the impact of Twitter removing free API access on bots, tools like Fedifinder, and the author's use of the Front app.
A tutorial on using Microsoft Power Automate to automatically crosspost specific tweets to LinkedIn based on custom conditions.
Guide on automating Twitter posts from a Laravel application using the Zapier integration platform.
A developer outlines a plan to build a Python bot that automatically clips and tweets new videos from subscribed Kenyan YouTube channels.
A guide to building a live Twitter timeline printer using a POS58 thermal receipt printer, Python, and the Twitter API.
A technical guide on building a serverless app to collect and store Twitter data for stock sentiment analysis using AWS Lambda and DynamoDB.
A technical guide on using Azure LogicApps to monitor Twitter mentions and send notifications to a JetBrains Space chat for team collaboration.
Analyzing tweet sentiment towards public figures using R, word embeddings, and logistic regression models to measure online negativity.
A technical guide on using the Twython library to upload videos longer than 30 seconds to Twitter via the chunked/async API.
A tutorial on using Python and the Twython library to automatically create a Twitter list of users who use the #freeCodeCamp hashtag.
A tutorial on creating a Twitter bot with Node.js and the Twit npm module to retweet, favorite, and reply based on hashtags.
A tutorial on extending a Node.js Twitter bot to automatically reply to new followers using the Twitter Streaming API and the 'twit' npm module.
A tutorial on building a simple Twitter bot using Node.js and the Twit npm module to retweet and favorite posts based on hashtags.
A technical guide on creating a Twitter bot using Node.js and the Twit library to listen for tweets, retweet, like, and reply automatically.
A developer recreates a real-time data visualization, plotting geotagged tweets about Trump on a 3D globe using d3, socket.io, and the Twitter API.
A tutorial on building a Twitter bot using Python 2.7 and AWS Lambda, covering setup, dependencies, and deployment.
First part of a series on building a Twitter bot using Node.js, covering setup, authentication, and basic search functionality.
A Python tutorial showing how to download your Twitter timeline and visualize it as a word cloud using data science libraries.
A Python tutorial showing how to download your Twitter timeline and visualize it as a word cloud using data science libraries.
A tutorial on creating a Python bot that automatically posts hot Reddit submissions to a Twitter account, using PRAW and Tweepy.