Add files via upload

This commit is contained in:
suhail-c
2024-04-26 17:13:04 +05:30
committed by GitHub
parent 306db49b9a
commit a39039a036
4 changed files with 38 additions and 0 deletions

5
README.md Normal file
View File

@@ -0,0 +1,5 @@
Linux Installation
1. pip install -r requirements.txt
2. fill config.env
3. bash start

13
config.env Normal file
View File

@@ -0,0 +1,13 @@
# Telegram
API_ID=
API_HASH=""
BOT_TOKEN=""
OWNER_USERID =[]
SUDO_USERID =[] #optional
# MongoDB
MONGO_URI=""
# Spotify
CLIENT_ID=""
CLIENT_SECRET=""

19
requirements.txt Normal file
View File

@@ -0,0 +1,19 @@
Pyrogram>=2.0.59
TgCrypto>=1.2.4
python-dotenv
telegraph[aio]
pyrate-limiter==2.7.0
cachetools
aiofiles
psutil
httpx
motor
bs4
uvloop
pillow
shazamio
aiosqlite
apscheduler
spotipy
m3u8
tenacity

1
start Normal file
View File

@@ -0,0 +1 @@
python3 -m TelegramBot