Skip to content

evgfilim1/yanekobot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YANekoBot

wakatime black code style

[WIP] Yet Another Nekobot for Telegram, rewritten to be open source.

Features

  • Can send random pictures
  • Can send a cat kaomoji on "nya"

Installation

  • 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]
  • Copy config.sample.yaml to config.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