Here are my private projects relative to web-crawl/reverse individually but sharing the some environment.
May you have fun.
project_deepl
: an api of calling deepl translation, based on javascript reverse analysis
pip install -r requirements.txt
pip install virtualenv
virtualenv venv
source venv/bin/python
I make all the scripts based on argparse
, so that you can use python xxx.py -h
to see the manual of each project.
take the project_deepl
as an example:
cd project_deepl/src
python main.py -h