mirror of
https://github.com/suhail-c/Telegram-Odesli-Bot.git
synced 2026-01-15 14:52:54 -03:00
Add files via upload
This commit is contained in:
5
README.md
Normal file
5
README.md
Normal 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
13
config.env
Normal 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
19
requirements.txt
Normal 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
|
||||
Reference in New Issue
Block a user