Aptoide is web application built in flask to crawl information from aptoide about android application using beautifulsoup
- Create a virtual environment with python3
python3 -m venv venv
- Activate the virtual environment:
cd venv source /bin/activate
- Install dependencies
pip install -r requirements.txt
Create .env
file from .env_example
python app.py
cd aptoide
pytest