- Make sure you have Python 3.8+ installed.
- Configured .env file
- Install dependencies
pip3 install -r requirements.txt- Commands
Show all commands (get help)
python cli.py -hRun sample app
python cli.py -q [search_query] -s [batch_size]Example:
python cli.py -q test -s 5