WindowGenerator / alice_life_bot

While the bot is considered purely for polling users in chat rooms for specialization in IT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alice Life Bot

Description:

While the bot is considered purely for polling users in chat rooms for specialization in IT

Roadmap

  • Inject linters formatters + Makefile
  • Implement ways to run and build the project, and describe them in README.md
  • Write configs + main.py
  • Write a prototype with cli without a database
  • Separate business logic and interfaces to manage the application + Think about special cases
  • Inject sqlite3
  • Replace commands with keyboard

Development:

Install dependencies:

  1. Install poetry + Install make for your platform
  2. Install deps:
poetry install

Run project:

make -f Makefile start

Other:

  • Linting and testing:
make -f Makefile
  • Linting:
make -f Makefile lint
  • Formating:
make -f Makefile format
  • Run tests:
make -f Makefile test

About

While the bot is considered purely for polling users in chat rooms for specialization in IT

License:MIT License


Languages

Language:Python 83.3%Language:Dockerfile 14.4%Language:Makefile 2.3%