How to automate retweeting tweets which contain specific hashtag ?

Sanjuwa

Regular Member
Joined
Jul 23, 2019
Messages
227
Reaction score
59
Years ago I could do this with Twitter api.
Now it is not even accepting my developer account.

How can I build this ?
Is their any tool to do this ?
 
How can I build this ?
You can do it via the website.

Have to code:
A function to login
Function to search tweets by hashtag
Function to retweet the results


Not as easy as the twitter API, but not impossible. Failing that option, there are a few bots available that can do it for you
 
You can do it via the website.

Have to code:
A function to login
Function to search tweets by hashtag
Function to retweet the results


Not as easy as the twitter API, but not impossible. Failing that option, there are a few bots available that can do it for you

OK, I think this can be done using JS.?

i have registered two accounts and got api access without any difficulties. i'm running https://github.com/rhiever/TwitterFollowBot/ which retweets by hashtag and follows/unfollows too

Thanks. What kind of answers do u provide in that application ?


I got banned using this.
 
OK, I think this can be done using JS.?

Can be done in any language that allows you to replicate HTTP requests. Or you could look at a webextension (although requires a browser so limits you in multi threading
 
ohhh no i get it :D

i wrote that i will be posting max 5 tweets per day, relevant content from reddit, i will not be posting anything illegal or anything that breaks TOS blah blah blah.


Thanks I will try it that way
 
Making hashtag retweeting bot is even easier than poster - create 1 data source - hashtags list to retweet and let the bot run with some breaks to avoid ban. You can do it with imacros too, it's easier than BAS
 
Back
Top