Skip to content

A simple twitter bot for liking posts on a user's timeline

Notifications You must be signed in to change notification settings

gferrer807/Twitter-Favorite-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

This bot will favorite the tweets of users you follow. The variables in Twitterbot_favorite.py are completely adjustable.

NOTE** - Be aware that twitter has strict rules against automation, so make sure you don't just spam follows. 


Adjustable values -

time_ref - time to wait before liking another tweet. It is randomized to prevent detecting automation

result_type - can be set to recent or popular

itmes() - can be changed to pages or items. I would not go past (40) for items or (3) for pages

credentials.py - fill this with your personal twitter's tokens and info


1. Pip install Tweepy

2. Pip install Twitter

3. Update credentials.py

4. run

5. enjoy :)

About

A simple twitter bot for liking posts on a user's timeline

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages