Giter VIP home page Giter VIP logo

tgforwarderclient's Introduction

TGForwarderClient - bot to forwards messages from channels to chats.

  1. Visit Telegram Apps API and log in with your Telegram Account.
  2. Fill out the form to register a new Telegram application.
  3. The API key consists of two parts: api_id and api_hash - set them as env variables to $API_ID and $API_HASH through .env file or whatever you prefer. Also remember to set the name of session through $SESSION_NAME - any name is fine.
  4. Run the app interactively: docker run -it -v $PWD/plugins/:/plugins/ -v $PWD/sessions:/sessions --env-file .env qqalexqq/tgforwarder:latest
  5. Input data in interactive window:
Is "+aaa" correct? (y/N): y
The confirmation code has been sent via Telegram app
Enter confirmation code: bbb
The two-step verification is enabled and a password is required
Password hint: None
Enter password (empty to recover): ccc
  1. On complete container will fail - this is normal due to unset variables. Now set up those variables: CHANNELS=channel,names,through,commas and CHAT_IDS=chat,ids,through,commas. Example:
CHANNELS=addmeto,techsparks
  1. After variables set up you can start the container:
docker-compose build
docker-compose up -d

Possible to use with Bot API (without regular Telegram account)?

Yes, if you add your bot to the channel's admins - otherwise bot can't read channel's messages. It was previously possible with bot api's "forwardMessage" but telegram's authors fixed it and now bot can't access channel's before it was added as an admin of channel. In that case you will need to change docker image - main.py: replace app = ...", with app = Client('forwarder_bot', 'YOUR_BOT_TOKEN')

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.