SkillAgentSearch skills...

TwitPy

🕊TwitPy - Follow/Unfollow Automation

Install / Use

/learn @timgrossmann/TwitPy
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

TwitPy

<img src="http://theinspirationroom.com/daily/design/2012/6/new_twitter_logo.jpg" align="right" width=100>

Quick and dirty follow/unfollow automation for Twitter.

MIT license built with Selenium built with Python3

Getting started

git clone https://github.com/timgrossmann/TwitPy.git
cd TwitPy
pip install .
# or depending on your system
python setup.py install

Make sure to get the right chromedrive for your system from here. Just put it in /assets.

Now edit the quickstart.py file to your needs.

API

from twitpy import TwitPy

# if you want to run it on a server simply set nogui=True

TwitPy(username="****", password="****",nogui=False) \
  .login() \
  # follows up to 250 accounts from your recommendations
  .follow_from_recom(amount=250) \ 
  # unfollows 100 accounts from your following list
  .unfollow_users(amount=100) \ 
  .end()
View on GitHub
GitHub Stars108
CategoryDevelopment
Updated1d ago
Forks28

Languages

Python

Security Score

100/100

Audited on Apr 8, 2026

No findings