How to Make a Twitter Retweet Bot in Python using Tweepy

preview_player
Показать описание
How to Create a Twitter Retweet Bot in Python using Tweepy
- a video by CreepyD

In this Tweepy Tutorial, I'll be showing you how to make a Twitter Retweet Bot. The retweet bot will retweet tweets that contain a certain hashtag. We'll be creating this Tweepy retweet bot using Python.

____________
USEFUL LINKS & DOCUMENTATIONS:

̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅

____________
OTHER TUTORIALS:

̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅

____________
OTHER MEDIA:

̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅

If you enjoyed this Tweepy Retweet Bot Tutorial and found it helpful, please remember to like the video and subscribe to the channel for more content like this.

Hope you enjoyed it.
Рекомендации по теме
Комментарии
Автор

Some people want a Reply Bot that replies to tweets containing certain hashtags. It's really easy to change this bot to a reply bot, you just need to change the line that says:

client.retweet(tweet.id)

to :

client.create_tweet(in_reply_to_tweet_id=tweet.id, "your reply in here")

CreepyD
Автор

You're killing it man if ever I get rich I'll repay you🙏

jamesgallen
Автор

thanks for your Youtube clips they are very helpful ... :)

cheflow
Автор

how can we set it to only pick one lang like EN?

cheflow
Автор

I'm getting Stream connection has errored or timed out and error 429 "This stream is currently at the maximum allowed connection limit.", don't know how to fix it :(

andressagobbo
Автор

Bro, when I try to run it as a retweet bot, it gives me an error "AttributeError: module 'tweepy' has no attribute 'Client' and if I try to run it as a reply bot by the method you've told in the pinned comment, it gives the error as "SyntaxError: positional argument follows keyword argument", how do I fix it?

TechAceYoutube
Автор

How do i delete a rule ? and how do i add a new one ?

kanishkkhurana
Автор

Do you need to have the 100$ API endpoints for this. My code works to post a create_tweet but doesn't work to stream and print (gives me a "When authenticating requests to the Twitter API v2 endpoints, you must use keys and tokens from a Twitter developer App that is attached to a Project. You can create a project via the developer portal." error).

rMalakaib
Автор

I am getting error of tweepy has no attribute ID, please help anyone

mramanyadav
Автор

Hi! I keep getting the error: module 'tweepy' has no attribute 'StreamRule'

Any idea how to fix it? Thanks!

isabelmoyano
Автор

Is there a way to retweet things only from my following?

chasepham
Автор

I can not get my stream rules to change is there a way to reset streamrule or how do you manually remove them?

rstchan
Автор

could you make an updated version? i cannot retweet and im trying to do anything

apisvods
Автор

Is there a way to create a real-time retweet bot based on a specific twitter account and a keyword exclusion list?

Machzy
Автор

I was wondering if we can use textblob(?) to only rt tweets that contain certain keyword and are positive too?
How do I make the bot rt only tweets with the keywords and not tweets from usernames that happen to have the keyword?
And my final question, if i close my pc the bot stops running too, is there a way i can keep it running forever regardless of me turning off my pc or the program?

Thanks for this video man, I've been waiting !

alwayshao
join shbcf.ru