Inspired by onlyfans-dl.
Only support python 3.9 | 3.10 | 3.11
httpx
tqdm
pydantic
-
install httpx
pip install -r requirements.txt -
Create auth.json file and fill in value.
-
python .\candfans-dl.py
- type hint
- use asyncio
- good performance
-
select all subscriptions
- python .\candfans-dl.py
- enter 0
-
select single subscription
- python .\candfans-dl.py
- enter 2
-
select part of subscriptions
- python .\candfans-dl.py
- enter 2,3,4
-
quit selecting
- python .\candfans-dl.py
- enter q
- imporve async method
