Небольшой бот для фарминга ресурсов в mmorpg albion online.
Умеет:
- рыбачить при наличии водоёма на экране;
- собирать весь хлопок на экране.
$ git clone PATH
$ cd vigilant-chainsaw
$ python3.9 -m venv venv
$ source venv/bin/activate
$ pip install poetry
$ poetry install
$ poetry run mypy bot/
$ poetry run flake8 bot
$ poetry run pytest -ra -v --cov=bot tests
$ poetry run python -m bot.farm --help
$ poetry run python -m bot.farm --resource=fish --limit=1000
$ poetry run python -m bot.farm --resource=cotton --limit=1000