Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

A Simple Music Downloader Bot For Telegram with Youtube Music, Spotify & Deezer Support.

Awesome Lists containing this project

README

        

# Telegram Music Downloader
A Simple Music Downloader Bot For Telegram with Youtube Music, Spotify & Deezer Support.



made-with-python


built-with-love


LICENSE
Contributors
Repository Size

Python Version
Issues
Forks
Stars

## 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
```
### Heroku
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://dashboard.heroku.com/new?template=https://github.com/rozari0/MusicDownloader/)

## 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/)