Wrote this for myself but I’l put it here to help anybody who needs this out.
Steps:
- Clone the github repo
git clone https://github.com/pyxfluff/bulk-private
- Install requirements
pip install orjson rich httpx
/ linux (yay -S python-httpx ...
) - Run the main script
py / python3 main.py
- You will need your cookie header. To get it, go to the Create website, make a HTTP request, and copy the header entirely.
From there just let it run and it’ll work. Original edit dates will not be touched.
If you have any questions let me know. PRs on the repo will also be reviewed eventually if you make one.