Deploy to VPS
-git clone https://github.com/josprojects/tgmoviebot
+git clone https://github.com/Romeybrar12/tgmoviebot
# Install Packages
pip3 install -r requirements.txt
Edit info.py with variables as given below then run bot
From d666cb0c52b2ba24ec1590ecf84f181254420f64 Mon Sep 17 00:00:00 2001
From: Romeybrar12 <106407653+Romeybrar12@users.noreply.github.com>
Date: Mon, 6 Jun 2022 23:37:05 +0530
Subject: [PATCH 4/5] Update script.py
---
script.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/script.py b/script.py
index c918c50f..e6772e13 100644
--- a/script.py
+++ b/script.py
@@ -21,7 +21,7 @@ class Script(object):
SOURCE_TXT = """Source:
IMDb is a Open source project.
-Source: GitHub - Click here 👈
+Source: GitHub - Click here 👈
DEVS:
- htv admin
From 5eb060c6ee88b1a0dca0e5299250da381b1b417b Mon Sep 17 00:00:00 2001
From: Romeybrar12 <106407653+Romeybrar12@users.noreply.github.com>
Date: Tue, 7 Jun 2022 00:37:33 +0530
Subject: [PATCH 5/5] Update memes.py
---
plugins/josprojects/memes.py | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/plugins/josprojects/memes.py b/plugins/josprojects/memes.py
index 3e24fceb..fc4d06c5 100644
--- a/plugins/josprojects/memes.py
+++ b/plugins/josprojects/memes.py
@@ -21,7 +21,7 @@ async def aesthetic(client, message):
text = "".join(aesthetify(text))
await status_message.edit(text)
-# DART------------ https://telegram.me/Josprojects ------------ #
+# DART------------ https://telegram.me/moviehtv ------------ #
# EMOJI CONSTANTS
DART_E_MOJI = "🎯"
@@ -43,7 +43,7 @@ async def throw_dart(client, message):
reply_to_message_id=rep_mesg_id
)
-# DICE------------ https://telegram.me/Josprojects ------------ #
+# DICE------------ https://telegram.me/moviehtv ------------ #
# EMOJI CONSTANTS
DICE_E_MOJI = "🎲"
@@ -65,7 +65,7 @@ async def roll_dice(client, message):
reply_to_message_id=rep_mesg_id
)
-# LUCK------------ https://telegram.me/Josprojects ------------ #
+# LUCK------------ https://telegram.me/moviehtv ------------ #
# EMOJI CONSTANTS
TRY_YOUR_LUCK = "🎰"
@@ -86,7 +86,7 @@ async def luck_cownd(client, message):
reply_to_message_id=rep_mesg_id
)
-# GOAL------------ https://telegram.me/Josprojects ------------ #
+# GOAL------------ https://telegram.me/moviehtv ------------ #
# EMOJI CONSTANTS
GOAL_E_MOJI = "⚽"
@@ -107,7 +107,7 @@ async def roll_dice(client, message):
reply_to_message_id=rep_mesg_id
)
-# RUNS------------ https://telegram.me/Josprojects ------------ #
+# RUNS------------ https://telegram.me/moviehtv ------------ #
import random