Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
10 changes: 10 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
from flask import Flask
app = Flask(__name__)

@app.route('/')
def hello_world():
return 'GreyMatters'


if __name__ == "__main__":
app.run()
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pyrogram
tgcrypto
motor[srv]
cinemagoer
aiohttp
aiohttp==3.8.2
aiofiles
asyncio
Pillow
Expand All @@ -11,4 +11,5 @@ googletrans==3.1.0a0
requests
gtts
psutil

Flask==2.2.2
gunicorn==20.1.0
1 change: 1 addition & 0 deletions run cmd.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
gunicorn app:app & python3 main.py
1 change: 1 addition & 0 deletions runtime.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.11.1
2 changes: 1 addition & 1 deletion utils/script.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ✅. <b><I>Enjoy 💜❤</I></b> )
Expand Down