[WIP] Yet Another Nekobot for Telegram, rewritten to be open source.
- Can send random pictures
- Can send a cat kaomoji on "nya"
- Clone the repository:
git clone https://github.com/evgfilim1/yanekobot
- Setup a virtualenv:
python -m venv .venv && source .venv/bin/activate
- Install dependencies:
pip install -e .[parser]
- Add
dev
extra for development:pip install -e .[parser,dev]
- Add
- Copy
config.sample.yaml
toconfig.yaml
and edit the latter - Run the parser:
python -m nekobot -c config.yaml parse
(not yet implemented) - Run the bot:
python -m nekobot -c config.yaml