All Projects → Suleman-Elahi → TwitterAutoReplyBot

Suleman-Elahi / TwitterAutoReplyBot

Licence: other
This is a tiny Python script that replies to a specified number of tweets containing a specified hashtag.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to TwitterAutoReplyBot

TinyFlowerBeds
Educational bot that posts a tiny flower bed on Twitter every few hours. Check it out if you're new to Python and open source!
Stars: ✭ 12 (-63.64%)
Mutual labels:  twitter-bot, twitter-api, tweepy
TgTwitterStreamer
Continous Integration from Twitter to Telegram.
Stars: ✭ 55 (+66.67%)
Mutual labels:  twitter-bot, tweets, tweepy
tweet-delete
Self-destructing Tweets so you too can be cool 😎
Stars: ✭ 68 (+106.06%)
Mutual labels:  twitter-bot, tweets, twitter-api
discord-twitter-webhooks
🤖 Stream tweets to Discord
Stars: ✭ 47 (+42.42%)
Mutual labels:  tweets, twitter-api, tweepy
TwitterScraper
Scrape a User's Twitter data! Bypass the 3,200 tweet API limit for a User!
Stars: ✭ 80 (+142.42%)
Mutual labels:  twitter-bot, twitter-api, tweepy
TwitterPiBot
A Python based bot for Raspberry Pi that grabs tweets with a specific hashtag and reads them out loud.
Stars: ✭ 85 (+157.58%)
Mutual labels:  tweets, twitter-api, tweepy
twitter-crypto-bot
This is a Twitter bot that tweets about cryptocurrencies prices every certain amount of minutes
Stars: ✭ 21 (-36.36%)
Mutual labels:  twitter-bot, twitter-api
twitter-bot-bootstrap
Template for creating a twitter bot using python (twython) and heroku
Stars: ✭ 26 (-21.21%)
Mutual labels:  twitter-bot, tweets
Twitter-bot
Twitter bot which waits for #hashTag and sends weather update of city via tweets
Stars: ✭ 20 (-39.39%)
Mutual labels:  twitter-bot, tweets
tradoge
DOGE trading bot for instantly buying and selling DOGE cryptocurrency on Binance when Elon Musk tweets about it.
Stars: ✭ 122 (+269.7%)
Mutual labels:  twitter-bot, tweets
LGBTQ-of-the-day-bot
Twitter bot tweeting fun goofy lgbtq things and queer history of the day
Stars: ✭ 65 (+96.97%)
Mutual labels:  twitter-bot, tweepy
larry
Larry 🐦 is a really simple Twitter bot generator that tweets random repositories from Github built in Go
Stars: ✭ 64 (+93.94%)
Mutual labels:  twitter-bot, twitter-api
stock reminder bot
A twitter bot that reminds you of stock and crypto predictions
Stars: ✭ 25 (-24.24%)
Mutual labels:  twitter-bot, tweepy
tweet-delete-bot
A bot that deletes and un-favourites tweets that are more than 10 days old. Schedule this to run once a day to become an ephemeral tweep, just like http://twitter.com/JacksonBates
Stars: ✭ 39 (+18.18%)
Mutual labels:  twitter-bot, tweets
rust-trending
A twitter bot (@RustTrending) to tweet trending rust repositories, inspired by @TrendingGithub
Stars: ✭ 113 (+242.42%)
Mutual labels:  twitter-bot, tweets
coopboost
Grow your twitter audience.
Stars: ✭ 50 (+51.52%)
Mutual labels:  twitter-bot, tweets
twittered
Twitter API client for Java developers
Stars: ✭ 170 (+415.15%)
Mutual labels:  twitter-bot, twitter-api
Twitterbot en 30
Los bots son relevantes para nosotros, pues automatizan tareas que eventualmente simplificarán trabajo a futuro. En este taller relámpago aprenderemos cómo crear un bot en Twitter usando Python, para de manera automática tuitear frases de un libro. ¡En sólo 30 minutos!
Stars: ✭ 19 (-42.42%)
Mutual labels:  twitter-bot, tweepy
TeleTweet
🦉 A telegram Twitter bot that will allow you send tweets!
Stars: ✭ 34 (+3.03%)
Mutual labels:  twitter-bot, tweets
twitter-like-bot
This app allows you to automate Twitter liking for specific keywords, hashtags, or even full sentences. The bot uses streaming API which means that everything happens in real time.
Stars: ✭ 30 (-9.09%)
Mutual labels:  twitter-bot, twitter-api

TwitterAutoReplyBot

This is a tiny Python script that replies to specified number of tweets containing a specified hashtag.

This Twitter bot uses Tweepy, a Python module to deal with the Twitter API.

Successfully tested and ran with Python38, running on Windows 11.

Run as a cron job or via Task Scheduler to automatically reply to certain tweets of your interest.

Update 2021 :

Added functioanlity to use random tweet for reply from a text file. Now, you can define the tweets in "tweets.txt" file and start the bot. Also prevents replyign to same tweet again and again. Works with Tweepy v4.

Todo

Add a GUI for simplicity.....

Running:

  1. Open Terminal or Command Prompt(cmd.exe) or PowerShell. Make sure git is installed.
  2. git clone https://github.com/Suleman-Elahi/TwitterAutoReplyBot && cd TwitterAutoReplyBot
  3. pip3 install tweepy
  4. Enter the Twitter keys in bot.py file at lines 7-10.
  5. Customize the hashtag, number of tweets to reply to, and tweets type to fetch at line 11-13 of "bot.py".
  6. Run as: python bot.py or python3 bot.py
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].