Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
/ twitter-bot Public archive

This script uses Python and Redis with Twitter API to run a fully automated twitter account.

Notifications You must be signed in to change notification settings

laustindasauce/twitter-bot

Repository files navigation

Twitter Bot Hits

Learning python using tweepy and twitter API to automate twitter functions. Some functions used in this are automatically tweeting, replying to mentions, following users back and more. Most of the examples I've seen online were reading and writing from files, however, in my opinion Redis database is as easy, if not easier, to use. Redis also lowers CPU storage space, especially while doing the sentiment analysis which can download thousands of tweets. For more reliable 24/7 running, I built this script into a Docker container.

Read the Docs