A simple Twitter script that will like tweets. It can be used on search results, homepage feed, or even like multiple tweets on a single account. In the video I said you only need 2 lines of code but really all you need is the Tag line. I added the wait time in case you want to add a pause before liking another tweet. You may run into issues if Twitter notices you’re like things too quickly. If you have any questions drop a comment below or shoot me an email. Sign up for my newsletter for more Twitter scripts.
Updated 11/26/2019
The script below was updated. Confirmed to be working on the new Twitter layout.
SCRIPT:
TAB T=1
TAG POS={{!LOOP}} TYPE=DIV ATTR=data-testid:like
WAIT SECONDS=3
Hi, thanks for the script.
If I have a .txt file with a list of hashtags to search, is it possible to loop first within those hashtags, go to the search page for each one, and in there like N amount of tweets?
Thanks again!
Hi,
That would be possible with a CSV file. I’ve done something similar with Instagram. I’ll try it out and post the script on this site when it’s done. Thanks for the suggestion.
Great, I’ll wait for it. Thank you!