arkits / chaddi-tg

A tailor made Telegram Bot written in Python3

Home Page:https://t.me/chaddibot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chaddi Bot for Telegram

A tailor made (and mediocre) Telegram Bot written in Python 3.


About

Chaddi Bot has a variety of features to make your Telegram experience a whole lot more fun.

Features

  • Utils
    • WebM to MP4 Converter
    • /translate - translates any message into English
  • Economy
    • Take part in Chaddi's internal economy with ₹okda
    • /rokda - tells you how much ₹okda you have
    • /daan - give ₹okda to someone-else in need
    • /gamble - try your luck at the Chaddi Casino!
  • Fun and Games
    • /roll - starts a dice roll game
    • /quotes - showcase the important messages in your Group
    • /remind 5m "Chai break" - Chaddi will remind you to take a break
  • Monitoring
    • Inbuilt and rich monitoring and metrics web UI and Grafana dashboard

Getting Started

Requirements

  • Python 3.9
  • PostgreSQL
  • ffmpeg

Running

With Docker

# Start the postgres container
$ docker-compose up -d postgres

# Build the chaddi-tg Docker image
$ docker-compose build chaddi-tg

# Run the chaddi-tg Docker image
$ docker-compose up chaddi-tg --force-recreate

# Optional: run the metrics stack
$ docker-compose up -d grafana prometheus

With Local Python

# Create a database for persistence
$ psql -c "CREATE DATABASE chaddi_tg"

# Setup Python virtualenv
$ python3 -m venv .venv
$ source .venv/bin/activate

# Install the Python libs
$ pip install -r requirments.txt

# Run Chaddi!
$ ./run.sh

Troubleshooting

Setup your Telegram Bot

  • Create your bot with @BotFather.
    • Refer to Telegram's documentation for more help on creating bots.
    • Important settings in @BotFather -
      • Enable Allow Groups.
      • Disable Privacy Mode.

Cryptography

If you get any errors related to cryptography, please refer to - https://cryptography.io/en/latest/installation.html

Spacy

To download the latest Spacy language model -

python -m spacy download en_core_web_sm

About

A tailor made Telegram Bot written in Python3

https://t.me/chaddibot


Languages

Language:Python 86.5%Language:HTML 10.4%Language:JavaScript 1.6%Language:Shell 1.2%Language:Dockerfile 0.3%Language:CSS 0.1%