git clone https://github.com/shsmad/boosty-scrapper.git
cd boosty-scrapper
python3.12 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
-
Log in to your Boosty account in web-browser
-
Get your Boosty cookies (see
document.cookie
in devtools). It shoud be a string like "auth=… _clientId=…" -
create file
.secrets.toml
with structure `auth_cookies = %your cookies from 2%:auth_cookies = "auth=… _clientId=…"
- ensure your venv is activated
python run.py %desired_boosty_author_to_scrape%
- see
posts/%desired_boosty_author_to_scrape%
folder for posts