diff --git a/README.md b/README.md index c8a34f9..ab69d5b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Sample Bot - [@YourFindBot](https://www.telegram.dog/YourFindBot) ## How to Use & Deploy This Bot -Watch Tutorial - [Tutorial Video]() +Watch Tutorial - [Tutorial Video](https://youtu.be/fiPyOYrwv7Y) ### Bot Father Commmands ``` diff --git a/app.py b/app.py new file mode 100644 index 0000000..a926a96 --- /dev/null +++ b/app.py @@ -0,0 +1,10 @@ +from flask import Flask +app = Flask(__name__) + +@app.route('/') +def hello_world(): + return 'GreyMatters' + + +if __name__ == "__main__": + app.run() diff --git a/requirements.txt b/requirements.txt index 94d7661..da1d7b7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ pyrogram tgcrypto motor[srv] cinemagoer -aiohttp +aiohttp==3.8.2 aiofiles asyncio Pillow @@ -11,4 +11,5 @@ googletrans==3.1.0a0 requests gtts psutil - +Flask==2.2.2 +gunicorn==20.1.0 diff --git a/run cmd.txt b/run cmd.txt new file mode 100644 index 0000000..ca82f18 --- /dev/null +++ b/run cmd.txt @@ -0,0 +1 @@ +gunicorn app:app & python3 main.py diff --git a/runtime.txt b/runtime.txt new file mode 100644 index 0000000..371cfe3 --- /dev/null +++ b/runtime.txt @@ -0,0 +1 @@ +3.11.1 diff --git a/utils/script.py b/utils/script.py index 44e7c52..5c2cfee 100644 --- a/utils/script.py +++ b/utils/script.py @@ -7,7 +7,7 @@ class script(object): HELP = """To Use me In A Group - Add me in your group & channel with all permissions. -- Send /verify in group & wait for It To Accept Or Directly Contact To Owner After Request @GreyMatter_Bots. +- Send /verify in group & wait for It To Accept Or Directly Contact To Owner After Request @tuhinsrkr_01. - After verification send /connect YourChannelID - Example : /connect -100xxxxxxxxxx - Done ✅. Enjoy 💜❤ )