Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rozari0/NeedMusicRobot
A Simple Music Downloader Bot For Telegram with Youtube Music, Spotify & Deezer Support.
https://github.com/rozari0/NeedMusicRobot
bot music-bot music-bot-telegram python telegram telegram-bot
Last synced: 2 months ago
JSON representation
A Simple Music Downloader Bot For Telegram with Youtube Music, Spotify & Deezer Support.
- Host: GitHub
- URL: https://github.com/rozari0/NeedMusicRobot
- Owner: rozari0
- License: mit
- Created: 2021-09-24T12:02:58.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-23T16:48:22.000Z (5 months ago)
- Last Synced: 2024-08-23T18:41:46.716Z (5 months ago)
- Topics: bot, music-bot, music-bot-telegram, python, telegram, telegram-bot
- Language: Python
- Homepage: https://t.me/NeedMusicRobot
- Size: 55.7 KB
- Stars: 64
- Watchers: 1
- Forks: 76
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Telegram Music Downloader
A Simple Music Downloader Bot For Telegram with Youtube Music, Spotify & Deezer Support.## Demo
[You Need Music?](https://t.me/NeedMusicRobot)
## Deployment
To deploy this project run
### Easy Way (Local)
```bash
cp sample_config.env config.env
pip3 install -r requirements.txt
python3 -m mbot
```### Docker
```bash
cp sample_config.env config.env
docker build . -t musicbot
docker run musicbot
```## Environment Variables
To run this project, you will need to add the following environment variables to your config.env file
`API_ID`
`API_HASH`
`BOT_TOKEN`
`SPOTIPY_CLIENT_ID`
`SPOTIPY_CLIENT_SECRET`
`UPDATES_CHANNEL`
`LOG_GROUP`
`DATABASE_URL`
`AUTH_CHATS`## License
[MIT](https://choosealicense.com/licenses/mit/)