Code Monkey home page Code Monkey logo

dockertelegrambot's Introduction

DockerTelegramBot

This project aims to demonstrate how to build a Telegram bot in Python using the Telethon library, all within a Docker container.

Telethon is an asyncio Python 3 MTProto library to interact with Telegram's API as a user or through a bot account (bot API alternative). It allows you to easily create Python scripts to send messages, upload files, and perform other operations on Telegram.

By packaging our bot in a Docker container, we can easily deploy it on any environment that supports Docker. This makes it easy to share and run the bot on any machine, without worrying about dependencies and library conflicts.

In this project, you will find the necessary code and instructions to build and run the Telegram bot in a Docker container. You can use this as a starting point to create your own custom bot and interact with the Telegram API in a seamless and efficient way.

Running the Project

  1. To get started, make sure you have Docker installed on your machine: https://docs.docker.com/get-docker/

  2. Clone this repository to you computer

  3. Change the config.ini file with you values:

    -> APP_ID and API_HASH for telethon: https://my.telegram.org/auth

    -> BOT_TOKEN: Write on telegram to @BotFather and follow the instructions

  4. Then, navigate to the project folder and run the following command to build the Docker image: docker build --tag dockerbot .

  5. To run the Docker container, use the following command: docker-compose up

  6. Once the container is running, go to Telegram and send the /start command to your bot. You can now enjoy using your Python script within the Docker container!

dockertelegrambot's People

Contributors

raiseku avatar

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.