Bot for parse content from chats, groups and channels
- Create interface for reids objects
- Implents commands of bot:
- /chats
- /keywords
- /help
- Move
users,admins,keywords,chatsto PostgreSQL - Setup postgresql interfaces (ORM or custom interface with pydantic)
- Refactor
- Deploy
- Setup CI
- Change UI: show all chats/keywords in text messgae; not in button "Мои чаты"/"Мои ключевые слова"
- Setup log system
- Write a correct message in raisable excpetions
- Add the ability to add keywords/chats en masse
- Auto integration into new chats
- Abitlity to sub/unsub for users
- When remove item, show inline buttons as grid, not column
You can run it with docker or manually
- Fill
.envfile
cp .env.example .env
# open and fill .env- Build and up
docker compose up --build- Fill
.envfile
cp .env.example .env
# open and fill .env- Run bot
cd bot
poetry run python bot- Run parser
cd parser
poetry run python parser