From a39039a0368fd3982a52a97ae58198671068930a Mon Sep 17 00:00:00 2001 From: suhail-c <106970070+suhail-c@users.noreply.github.com> Date: Fri, 26 Apr 2024 17:13:04 +0530 Subject: [PATCH] Add files via upload --- README.md | 5 +++++ config.env | 13 +++++++++++++ requirements.txt | 19 +++++++++++++++++++ start | 1 + 4 files changed, 38 insertions(+) create mode 100644 README.md create mode 100644 config.env create mode 100644 requirements.txt create mode 100644 start diff --git a/README.md b/README.md new file mode 100644 index 0000000..a9879d0 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +Linux Installation + +1. pip install -r requirements.txt +2. fill config.env +3. bash start diff --git a/config.env b/config.env new file mode 100644 index 0000000..5241f78 --- /dev/null +++ b/config.env @@ -0,0 +1,13 @@ +# Telegram +API_ID= +API_HASH="" +BOT_TOKEN="" +OWNER_USERID =[] +SUDO_USERID =[] #optional + +# MongoDB +MONGO_URI="" + +# Spotify +CLIENT_ID="" +CLIENT_SECRET="" diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..d86a8c4 --- /dev/null +++ b/requirements.txt @@ -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 diff --git a/start b/start new file mode 100644 index 0000000..755cce8 --- /dev/null +++ b/start @@ -0,0 +1 @@ +python3 -m TelegramBot