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