Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 726 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 726 Bytes

Project Description

Py-Twitterbot is a Python, Selenium-based program that leverages smart following and unfollowing strategies to maximize the reach of your Twitter(X) profile through a local Firefox driver.

Demo

image

Getting started (run from source)

  1. Copy the code base from GitHub
  2. Install poetry with: "pipx install poetry" in terminal
  3. Initialize poetry environment with 'poetry install' in terminal
  4. Run the main.py file to initialize the local files
  5. Fill in the creds.txt file at AppData\Roaming\TwitterBot\creds.txt with your Twitter login info
  6. Start the bot using the interface's START button