Make Twitter work for humans by blocking fake accounts.
Project description
Twerk
This is a Selenium-powered tool to browse Twitter and automatically block fake accounts.
This project was generated with cookiecutter using jacebrowning/template-python.
Setup
Requirements
- Python 3.7+
- Poetry
Usage
Install the project from source:
$ git clone https://github.com/jacebrowning/twerk
$ cd twerk
$ poetry install
Verify browser automation is working:
$ poetry run twerk check --debug --browser=chrome
$ poetry run twerk check --debug --browser=firefox
Configuration
The $TWITTER_USERNAME
and $TWITTER_PASSWORD
environment variables can be set to avoid manually typing account credentials.
Most commands accept a --browser
option or you can set $BROWSER
to avoid specifying this each time.
The $TWITTER_SEED_USERNAME
can be set to override the default starting account when searching for fake accounts.
Disclaimer: I am by no means responsible for any usage of this tool. Please consult the full license for details.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.