git clone https://github.com/shsmad/boosty-scrapper.gitcd boosty-scrapperpython3.12 -m venv venvsource venv/bin/activatepip install -r requirements.txt
-
Log in to your Boosty account in web-browser
-
Get your Boosty cookies (see
document.cookiein devtools). It shoud be a string like "auth=… _clientId=…" -
create file
.secrets.tomlwith 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