Get a Free Script for a Python Twitter Bot that ReTweets Any Video Posts with Your Keywords

Status
Not open for further replies.
D

Deleted member 1333509

Guest
Anyone who wants a Python script which can be run with the Twitter Dev API to automate a Twitter channel to retweet all videos that have one of your keywords from a list in them, let me know and I'll shoot it over to you.

For anyone that is totally inexperienced with how to run this from a VPS, or how to set up a Twitter account to have a bot running 24/7, just let me know in PMs and I'll try to give you some advice on the process.

Something particularly useful is how to ensure that if the script stops running in Linux because of Twitter rate limits, how to set it up so that it will pause for 15 minutes (enough time to reset) and then will start again without missing a beat.

First come, first serve.. as long as people want it.
 
Hello i'm trying to something like this with python selenium can i check codes?
 
Hey, sure I can send it through and you can take a look. Out of curiousity why are you trying to go with Selenium when there's the API available? If what you're trying to do is just what I described this is a way easier implementation. Will drop you the code in PM now
 
Sometimes it's better to use a browser (selenium) than an API to avoid automation detection. API means they're already tracking what you're doing.
 
Sometimes it's better to use a browser (selenium) than an API to avoid automation detection. API means they're already tracking what you're doing.
100% agree. With this the nature of the bot is really super whitehat anyway, not doing anything they wouldn't want to have happen - I've got accounts that have pumped out hundreds of thousands of tweets without issue. It's not even spam, really just aggregating a give topic - but yea, anything that's outside of their rules, for sure Selenium etc is a better move (/the only move).
 
Any advices to get approved for the API? I have an account that has API enabled, but when I applied with a new account it was denied. I haven't tried that hard, I must admit :))
 
pm please
Thanksgiving Bro sendme ir need it for my Twitter
Just eating dinner rn guys, after I'm finished I'll send it through to you both.

Any advices to get approved for the API? I have an account that has API enabled, but when I applied with a new account it was denied. I haven't tried that hard, I must admit :))
I've actually never had any trouble, but whenever I complete the questions I alway try to answer them with the logical kinds of things I think Tw will want to hear. I don't want to publicly put what I write here, but I'm PM you after dinner with more details as well and hopefully you'll be able to get accepted.

Can you help set it up as heroku instance?
I've never used Heroku, but bc I'm a student I've got the Github pack with Heroku in there and always thought about trying it. I use DigitalOcean, but you could use any VPS. If you want help setting it up the same way I set it up then that I can help you with.
 
Thanksgiving Bro sendme ir need it for my Twitter

Any advices to get approved for the API? I have an account that has API enabled, but when I applied with a new account it was denied. I haven't tried that hard, I must admit :))

Can you help set it up as heroku instance?

Sure, pm with details. Would love the tuts. Thanks again.

I want this.

pm please

Bro pm with details

Pm me bro

Dinner finished, all PM's sent. Hit me up if you have any follow up questions or need advice with installation.
 
Status
Not open for further replies.
Back
Top