Skip to content

SudoR2spr/1tamilmv_v2_Bot

Repository files navigation

1tamilmv_v2_Bot

Typing SVG


Deploy Now Render Koyeb Heroku

  • Telegram bot torrent magnet link 🧲

Environment Variables

Before running the bot, make sure to create a .env file in the project root with the following variables:

TOKEN=your_telegram_bot_token
WEBHOOK_URL=https://your-domain.com
TAMILMV_URL=https://www.1tamilmv.fi
PORT=3000

🚀 Deployment Guide for tamilmv-bot

📦 Installation

pip install -r requirements.txt python -m tamilmvbot.angel

🛠️ Deploying with Render.com

✅ Requirements

  1. Create an account at Render.com (sign up with GitHub is easiest)
  2. Prepare your GitHub repository with the following files:
    • tamilmvbot/angel.py (Main file)
    • requirements.txt
    • runtime.txt (optional, to specify Python version)

🧭 Step 1: Create a New Web Service

  1. Go to your Render.com dashboard
  2. Click “New +” and choose “Web Service”
  3. Connect your GitHub repository

⚙️ Step 2: Configure Your Service

  • Name: tamilmv-bot (or any name)
  • Region: Singapore (or a nearby location)
  • Branch: main (or your default branch)
  • Build Command:
    pip install -r requirements.txt
  • Start Command:
    python -m tamilmvbot.angel

🔐 Step 3: Set Environment Variables

In the "Environment" section, click "Add Environment Variable" and enter the following:

KeyValue
TOKENYour Telegram Bot Token
WEBHOOK_URLUse the full Render service URL, e.g.: https://tamilmv-bot.onrender.com
PORT3000
TAMILMV_URLhttps://www.1tamilmv.fi

Note: You will get the full service URL after your service is created. Make sure to go back and update the WEBHOOK_URL environment variable with this actual link before starting the bot.

🚀 Step 4: Deploy!

  1. Click “Create Web Service”
  2. Wait for Render to build your project
  3. Once the service is created, copy the service URL (e.g., https://tamilmv-bot.onrender.com)
  4. Go to EnvironmentEdit Variables → paste the URL in the WEBHOOK_URL field
  5. Click Save Changes
  6. Go to the service dashboard and click “Manual Deploy” → “Deploy latest commit”

✅ Testing the Deployment

  1. Check the logs in the Render dashboard
  2. Send /start to your bot in Telegram
  3. Test with /view or any other supported command

Connect with me




♥️ Credits: 𝐖𝐎𝐎𝐃𝐜𝐫𝐚𝐟𝐭

Contact Me On Telegram


Last Updated: Tue,May,20,2025