Skip to content

Follows and unfollows users based on defined keywords

Notifications You must be signed in to change notification settings

svenmalvik/tweepy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tweepy

Follows and unfollows users based on defined keywords.

Follow

docker run -it --rm --name follow \
  -e max_new_friends=10 \
  -e api_key=<YOUR_VALUE> \
  -e api_secret=<YOUR_VALUE> \
  -e access_token=<YOUR_VALUE> \
  -e access_token_secret=<YOUR_VALUE> \
  -e timeout=2 \
  -e keyword=#devops \
  svenmalvik/tweepy python follow.py

Unfollow

docker run -it --rm --name unfollow \
  -e api_key=<YOUR_VALUE> \
  -e api_secret=<YOUR_VALUE> \
  -e access_token=<YOUR_VALUE> \
  -e access_token_secret=<YOUR_VALUE> \
  -e timeout=2 \
  -e max_friends_to_destroy=10 \
  svenmalvik/tweepy python unfollow.py

About

Follows and unfollows users based on defined keywords

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published