telegram-auto-forward
1.1K
Sure, here's a basic template for your repository overview for the "Telegram Auto Forward Docker Image":
Telegram Auto Forward Docker Image This Docker image is designed to automatically forward messages from one Telegram channel to another. It utilizes the Telegram API and provides a convenient way to set up message forwarding between channels.
Usage Clone the Repository: Clone this repository to your local machine.
git clone https://github.com/75r11bot/typescript-telegram-auto-forword.git Set Environment Variables: Configure your environment variables by creating a .env file in the root directory with the following variables:
API_ID=YOUR_TELEGRAM_API_ID API_HASH=YOUR_TELEGRAM_API_HASH SOURCE_CHANNEL_ID=YOUR_SOURCE_CHANNEL_ID DESTINATION_CHANNEL_ID=YOUR_DESTINATION_CHANNEL_ID APP_YOUR_PHONE=YOUR_PHONE_NUMBER APP_YOUR_PWD=YOUR_TELEGRAM_PASSWORD TELEGRAM_CHANNEL_ID=YOUR_TELEGRAM_CHANNEL_ID PORT=5000 Build the Docker Image: Build the Docker image using the provided Dockerfile.
docker build -t telegram-auto-forward . Run the Docker Container: Run the Docker container using the built image.
docker run -d -p 5000:5000 telegram-auto-forward Access the Web Interface: Once the container is running, you can access the web interface at http://localhost:5000 to view the response from the service.
Configuration API_ID: Your Telegram API ID. API_HASH: Your Telegram API hash. SOURCE_CHANNEL_ID: The ID of the source channel from which messages will be forwarded. DESTINATION_CHANNEL_ID: The ID of the destination channel to which messages will be forwarded. APP_YOUR_PHONE: Your Telegram phone number. APP_YOUR_PWD: Your Telegram password. TELEGRAM_CHANNEL_ID: Your Telegram channel ID. PORT: The port on which the web interface will be accessible.
Content type
Image
Digest
sha256:a4ab478cf…
Size
858.9 MB
Last updated
about 2 years ago
docker pull sendgridt7717/typescript-telegram-auto-forward