Hello there, people. 
After using a few Instagram bots that get you followers, I've realized it's possible to do the same with Twitter -- favoriting random people's tweets.
I've been able to get about 100 new followers a day. Slowly, but you get them.
Here's the code for iMacros
Make sure you make it loop so it keeps going.
If you want to use a trending hashtag replace the <TREND HERE> with "%23trendhere" since in URLs %23 is a #
If you want to use a trend that doesn't use a hashtag replace the <TREND HERE> with "trendhere" Note: If the trend is more than one word it'll be "trend+here" since the "+" is a space.
NOTE: Twitter does not show that there is a limit on "favoriting tweets" but after a certain amount, you do get a message saying that you've hit your daily limit. Just wait an hour or two and you'll be able to do it again. Hopefully there will be no suspension from doing this, since you're really not doing anything against their terms.
Enjoy it and feel free to fix it around if you want and post it back on Black Hat World to contribute back.
Have fun!
After using a few Instagram bots that get you followers, I've realized it's possible to do the same with Twitter -- favoriting random people's tweets.
I've been able to get about 100 new followers a day. Slowly, but you get them.
Here's the code for iMacros
Code:
VERSION BUILD=6011206 RECORDER=CR
URL GOTO=twitter.com/search/realtime?q=<TREND HERE>&src=typd
TAG POS=1 TYPE=SPAN ATTR=TXT:Favorite
WAIT SECONDS=.5
TAG POS=2 TYPE=SPAN ATTR=TXT:Favorite
WAIT SECONDS=.5
TAG POS=3 TYPE=SPAN ATTR=TXT:Favorite
WAIT SECONDS=.5
TAG POS=4 TYPE=SPAN ATTR=TXT:Favorite
WAIT SECONDS=.5
TAG POS=5 TYPE=SPAN ATTR=TXT:Favorite
WAIT SECONDS=.5
TAG POS=6 TYPE=SPAN ATTR=TXT:Favorite
WAIT SECONDS=.5
TAG POS=7 TYPE=SPAN ATTR=TXT:Favorite
WAIT SECONDS=.5
TAG POS=8 TYPE=SPAN ATTR=TXT:Favorite
WAIT SECONDS=.5
TAG POS=9 TYPE=SPAN ATTR=TXT:Favorite
WAIT SECONDS=.5
TAG POS=10 TYPE=SPAN ATTR=TXT:Favorite
WAIT SECONDS=.5
TAG POS=11 TYPE=SPAN ATTR=TXT:Favorite
WAIT SECONDS=.5
TAG POS=12 TYPE=SPAN ATTR=TXT:Favorite
WAIT SECONDS=.5
TAG POS=13 TYPE=SPAN ATTR=TXT:Favorite
WAIT SECONDS=.5
TAG POS=14 TYPE=SPAN ATTR=TXT:Favorite
WAIT SECONDS=.5
TAG POS=15 TYPE=SPAN ATTR=TXT:Favorite
WAIT SECONDS=3
[TABLE]
[/TABLE]
If you want to use a trending hashtag replace the <TREND HERE> with "%23trendhere" since in URLs %23 is a #
If you want to use a trend that doesn't use a hashtag replace the <TREND HERE> with "trendhere" Note: If the trend is more than one word it'll be "trend+here" since the "+" is a space.
NOTE: Twitter does not show that there is a limit on "favoriting tweets" but after a certain amount, you do get a message saying that you've hit your daily limit. Just wait an hour or two and you'll be able to do it again. Hopefully there will be no suspension from doing this, since you're really not doing anything against their terms.
Enjoy it and feel free to fix it around if you want and post it back on Black Hat World to contribute back.
Have fun!
Last edited: