Skip to content
This repository has been archived by the owner on Sep 12, 2021. It is now read-only.

esemi/vigilant-chainsaw

Repository files navigation

Albion-online bot

wemake-python-styleguide pytest

Небольшой бот для фарминга ресурсов в mmorpg albion online.

Умеет:

  • рыбачить при наличии водоёма на экране;
  • собирать весь хлопок на экране.

image

install

$ git clone PATH

$ cd vigilant-chainsaw
$ python3.9 -m venv venv
$ source venv/bin/activate
$ pip install poetry
$ poetry install

run tests

$ poetry run mypy bot/
$ poetry run flake8 bot
$ poetry run pytest -ra -v --cov=bot  tests

usage

$ poetry run python -m bot.farm --help

run fishing

$ poetry run python -m bot.farm --resource=fish --limit=1000

run cotton crawling

$ poetry run python -m bot.farm --resource=cotton --limit=1000