Metadata-Version: 2.4
Name: tamilmv-bot
Version: 0.2.1
Summary: Telegram bot for downloading from 1Tamilmv Torrent magnet link
Home-page: https://github.com/SudoR2spr/1tamilmv_v2_Bot
Author: SudoR2spr
Author-email: wdzoneleech@gmail.com
License: MIT
Project-URL: Bug Reports, https://github.com/SudoR2spr/1tamilmv_v2_Bot/issues
Project-URL: Source, https://github.com/SudoR2spr/1tamilmv_v2_Bot
Keywords: telegram bot 1tamilmv movies torrent magnet link downloader
Platform: any
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Utilities
Classifier: Framework :: Flask
Classifier: Natural Language :: English
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: platform
Dynamic: project-url
Dynamic: requires-python
Dynamic: summary

# 1tamilmv_v2_Bot
<!-- RAINBOW LINE TOP -->
<img src="https://github.com/SudoR2spr/SudoR2spr/raw/main/assets/line-neon.gif" width="100%">

<div align="center">
  <img src="https://graph.org/file/4e8a1172e8ba4b7a0bdfa.jpg" width="300px" height="300px" />
</div>

<img src="https://github.com/SudoR2spr/SudoR2spr/raw/main/assets/line-neon.gif" width="100%">

[![Typing SVG](https://readme-typing-svg.herokuapp.com?font=Fira+Code&pause=1000&color=4250F7&background=FF512800&center=true&vCenter=true&width=435&lines=%F0%9D%90%96%F0%9D%90%8E%F0%9D%90%8E%F0%9D%90%83%F0%9D%90%9C%F0%9D%90%AB%F0%9D%90%9A%F0%9D%90%9F%F0%9D%90%AD+%F0%9D%90%8C%F0%9D%90%A2%F0%9D%90%AB%F0%9D%90%AB%F0%9D%90%A8%F0%9D%90%AB+%F0%9D%90%99%F0%9D%90%A8%F0%9D%90%A7%F0%9D%90%9E%E2%84%A2)](https://git.io/typing-svg)</p>
<p align="center">

<h1 align="center">
    <img src="https://readme-typing-svg.herokuapp.com/?font=Righteous&size=35&center=true&vCenter=true&width=500&height=70&duration=4000&lines=Hi+There!+👋;+I'm+SudoR2spr!;" />
</h1>
<br>

# 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
```
---

<h2>🚀 Deployment Guide for <code>tamilmv-bot</code></h2><h3>📦 Installation</h3>pip install -r requirements.txt
python -m tamilmvbot.angel

<h3>🛠️ Deploying with Render.com</h3><h4>✅ Requirements</h4>
<ol>
  <li>Create an account at <a href="https://render.com" target="_blank">Render.com</a> (sign up with GitHub is easiest)</li>
  <li>Prepare your GitHub repository with the following files:
    <ul>
      <li><code>tamilmvbot/angel.py</code> (Main file)</li>
      <li><code>requirements.txt</code></li>
      <li><code>runtime.txt</code> (optional, to specify Python version)</li>
    </ul>
  </li>
</ol><h4>🧭 Step 1: Create a New Web Service</h4>
<ol>
  <li>Go to your Render.com dashboard</li>
  <li>Click <strong>“New +”</strong> and choose <strong>“Web Service”</strong></li>
  <li>Connect your GitHub repository</li>
</ol><h4>⚙️ Step 2: Configure Your Service</h4>
<ul>
  <li><strong>Name:</strong> <code>tamilmv-bot</code> (or any name)</li>
  <li><strong>Region:</strong> Singapore (or a nearby location)</li>
  <li><strong>Branch:</strong> main (or your default branch)</li>
  <li><strong>Build Command:</strong>
    <pre><code>pip install -r requirements.txt</code></pre>
  </li>
  <li><strong>Start Command:</strong>
    <pre><code>python -m tamilmvbot.angel</code></pre>
  </li>
</ul><h4>🔐 Step 3: Set Environment Variables</h4>
<p>In the "Environment" section, click "Add Environment Variable" and enter the following:</p><table>
  <thead>
    <tr><th>Key</th><th>Value</th></tr>
  </thead>
  <tbody>
    <tr><td><code>TOKEN</code></td><td>Your Telegram Bot Token</td></tr>
    <tr><td><code>WEBHOOK_URL</code></td><td><strong>Use the full Render service URL, e.g.:</strong> <code>https://tamilmv-bot.onrender.com</code></td></tr>
    <tr><td><code>PORT</code></td><td>3000</td></tr>
    <tr><td><code>TAMILMV_URL</code></td><td>https://www.1tamilmv.fi</td></tr>
  </tbody>
</table><p><strong>Note:</strong> You will get the full service URL after your service is created. Make sure to go back and update the <code>WEBHOOK_URL</code> environment variable with this actual link before starting the bot.</p><h4>
</ul><h4>🚀 Step 4: Deploy!</h4>
<ol>
  <li>Click <strong>“Create Web Service”</strong></li>
  <li>Wait for Render to build your project</li>
  <li>Once the service is created, copy the service URL (e.g., <code>https://tamilmv-bot.onrender.com</code>)</li>
  <li>Go to <strong>Environment</strong> → <strong>Edit Variables</strong> → paste the URL in the <code>WEBHOOK_URL</code> field</li>
  <li>Click <strong>Save Changes</strong></li>
  <li>Go to the service dashboard and click <strong>“Manual Deploy” → “Deploy latest commit”</strong></li>
</ol><h3>✅ Testing the Deployment</h3>
<ol>
  <li>Check the logs in the Render dashboard</li>
  <li>Send <code>/start</code> to your bot in Telegram</li>
  <li>Test with <code>/view</code> or any other supported command</li>
</ol>

# Connect with me <img src="https://media.giphy.com/media/iY8CRBdQXODJSCERIr/giphy.gif" width="30px">
<p align="center">
<a href="https://t.me/Opleech_WD"><img src="https://img.shields.io/badge/-𝐖𝐎𝐎𝐃𝐜𝐫𝐚𝐟𝐭 𝐌𝐢𝐫𝐫𝐨𝐫 𝐙𝐨𝐧𝐞™%20%20-0077B5?style=flat&logo=Telegram&logoColor=white"/></a>
<a href="https://t.me/WD_Topic_Group"><img src="https://img.shields.io/badge/-Wᴅ Tᴏᴘɪᴄ Gʀᴏᴜᴘ%20%20-0077B5?style=flat&logo=Telegram&logoColor=white"/></a>
<a href="https://t.me/WD_Request_Bot"><img src="https://img.shields.io/badge/-𝐖𝐎𝐎𝐃𝐜𝐫𝐚𝐟𝐭,𝐬 𝐁𝐨𝐭%20%20-0077B5?style=flat&logo=Telegram&logoColor=white"/></a>
 <br>
<a href="https://t.me/Opleech"><img title="Telegram" src="https://img.shields.io/static/v1?label=WD.Zone&message=TG&color=blue-green"></a> 
 <br>
<img src="https://media.giphy.com/media/jpVnC65DmYeyRL4LHS/giphy.gif" width="20%"> 
</p>
 
-----
♥️ Credits: [𝐖𝐎𝐎𝐃𝐜𝐫𝐚𝐟𝐭](https://t.me/Farooq_is_KING)

[![Contact Me On Telegram](https://img.shields.io/badge/Telegram-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white)](https://t.me/Farooq_is_king)

<hr>
<h3><img src="https://raw.githubusercontent.com/SudoR2spr/SudoR2spr/main/Premium-icon/clock-time.gif" align="center" width="50"> Last Updated: Tue,May,20,2025</h3>

