This application is a bot designed to solve capche.
- Required: Python 3.x
- For pip method: pip
- For poetry method: poetry
- For Docker method: Docker
Execute the following command:
git clone https://github.com/DmitroPodolsky/test_task_2.git
Execute the following command:
cd test_task_2
Execute the following command:
pip install -r requirements.txt
Execute the following command:
python -m bot
Execute the following command:
git clone https://github.com/DmitroPodolsky/test_task_2.git
Execute the following command:
cd test_task_2
Execute the following command:
poetry install
Execute the following command:
poetry run python -m bot
Execute the following command:
git clone https://github.com/DmitroPodolsky/test_task_2.git
Execute the following command:
cd test_task_2
Note: The JSON file should contain {'token': your_session_token}.
Execute the following command:
docker-compose up --build