Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.1 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.1 KB

TG-IHOST (Telegram Image Host)

Description

TG-IHOST is a simple image host bot designed for Telegram. This bot facilitates image uploads to Telegram and provides a corresponding link to the uploaded image.

Demo Image

Features

  1. Upload images from local
  2. Upload images from URL

Installation

Steps:

  1. Fork this repository
  2. Create a bot using @BotFather
  3. Replace TG_BOT_TOKEN in the environment file with your bot token
  4. Add your bot to the desired group and replace BOT_NAME in the environment file with your bot's username
  5. Deploy the bot

How to Deploy on Cloudflare Pages

Steps:

  1. Connect your GitHub account to Cloudflare Pages
  2. Create a new project and select your repository
  3. Deploy the project

Additional Information:

  • Ensure proper setup of environment variables before deployment.
  • Make sure to grant the necessary permissions and access to the bot.

Note:

Feel free to modify the bot or add additional features as needed.