- Adds a rudimentary CLI
- Fix the URL to the change log
- Adds Python 3.9 to the list of classifiers in setup.py
- Removes
requests_html
as dependency and improves download performance
- Adds
tqdm
progressbar support to upload
and download
# get help
anonfile [download|upload] --help
# 1. enable verbose for progressbar feedback, else run silent
# 2. both methods expect at least one argument
anonfile --verbose download --url https://anonfiles.com/93k5x1ucu0/test_txt
anonfile --verbose upload --file ./test.txt
- Upgrades
faker
dependency from 8.1.2 to 8.1.3