Giter VIP home page Giter VIP logo

tg2ds's Introduction

TG2DS

RU

Бот был написан для личных нужд так как не нашёл альтернатив. Для работы требуется >

Переменная Описание Получение
API_ID App Api_id Telegram [Здесь]
API_HASH App api_hash Telegram [Здесь]
SHORT_NAME App Short name [Здесь]
BOT_TOKEN Токен бота для получения сообщений [Здесь]
CLIENT_ID Токен IMGUR для фото [Здесь]

Пока что всё указывается в main.py, чтобы бот получал сообщения из чата его нужно пригласить в чат. Сделать это вроде как можно только с мобильной версии Telegram. Дабы можно было разделить сообщения по нескольким чатам, было сделано что для каждого чата нужен webhook link, так что указывается всё это так >

channels = {
    1696108040: [ # ID Телеграм чата, я сам не понял как его получать, если нужно можно найти информацию в интернете
        'webhook-link', # Discord Webhook Link Куда бот будет отправлять сообщения.
        'telegram-channel-link', # Ссылка на чат телеграмма, можно не указывать если не нужно
        'telegram-channel-avatar'], # Изображение для Footer Webhook'а
    1360155440: [
        'webhook-link',
        'telegram-channel-link',
        'telegram-channel-avatar']
}

Frame 42 1

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.