Files
Monkeycrawl/README.md
fzzinchemical 986e7f2564 Added README.md
2025-11-13 22:26:27 +01:00

486 B

Monkeycrawl

A small script to crawl Twitter/X that uses twscrape.

Use at your own discretion. Do not multithread or risk getting banned or worse.

Usage

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Add cookies, accounts and passwords to .env.local and remove .local file extension.

python main.py

When exiting the script the file tweets.json will contain the scraped tweets.