Giter VIP home page Giter VIP logo

tg-reactionbot's Introduction

Telegram Reaction Bot

An open-source Python Telegram bot that reacts to every message.

Demo Bot

๐Ÿ“‘ INDEX

โš™๏ธ Installation

1.Install Python & Git:

For Windows:

winget install Python.Python.3.12
winget install Git.Git

For Linux:

sudo apt-get update && sudo apt-get install -y python3.11 git pip

For macOS:

brew install [email protected] git

For Termux:

pkg install python -y
pkg install git -y

2.Download repository:

git clone https://github.com/TheCaduceus/TG-ReactionBot.git

3.Change Directory:

cd TG-ReactionBot

4.Install requirements:

pip install -r requirements.txt

๐Ÿ“ Variables

The variables provided below should either be completed within the config.py file or configured as environment variables.

  • API_ID|TG_API_ID: API ID of your Telegram account, can be obtained from My Telegram. int
  • API_HASH|TG_API_HASH: API hash of your Telegram account, can be obtained from My Telegram. str
  • BOT_TOKEN|TG_BOT_TOKEN: Telegram API token of your bot, can be obtained from @BotFather. str
  • BOT_USERNAME|TG_BOT_USERNAME: Username of your Telegram bot without '@'.
  • EMOJIS: List of emojis that you'd like bot to use.

๐Ÿ•น Deployment

1.Running locally:

python -m bot

2.Using Docker: (Recommended)

  • Build own Docker image:
docker build -t reaction-bot .
  • Run the Docker container:
docker run reaction-bot

โ›‘๏ธ Need help!

  • Ask questions or doubts here.

โค๏ธ Credits & Thanks

Dr.Caduceus: Owner & developer of TG Reaction Bot.

tg-reactionbot's People

Contributors

thecaduceus avatar moviesuploader avatar

Forkers

aditya94139

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.