https://github.com/pycomet-zz/music-bot
Mp3 Selling Telegram Bot Application
https://github.com/pycomet-zz/music-bot
Last synced: about 2 months ago
JSON representation
Mp3 Selling Telegram Bot Application
- Host: GitHub
- URL: https://github.com/pycomet-zz/music-bot
- Owner: Pycomet-zz
- License: mit
- Created: 2021-06-07T18:24:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-12T21:44:40.000Z (over 3 years ago)
- Last Synced: 2024-10-05T22:04:56.469Z (8 months ago)
- Language: Python
- Size: 793 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome to Telegram Mp3 Shop Application 👋
### 🏠 Project Biography
The main goal behind the creation of this application is to sell Mp3 to a seller's customers on telegram.
## Installation
```sh
pip3 install -r requirements.txt
```## Usage
To use this application as your own, follow these simple steps;
- Fork this repository (`git clone https://github.com/Pycomet/music-bot.git`)
- Create a `.env` file with the following data
- `TOKEN` - This is the telegram bot token from `@botfather`
- `WEBHOOK_URL` - Pre-defined web hook to be used for the app- Goto `config.py` and set `DEBUG` to "True" to run locally and "False" to run in production
- Run the entrypoint file `python bot.py`
Enjoy!
## Show your support
Give a ⭐️ if this project helped you!
## Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## Author
👤 **Codefred(Alfred Emmanuel Inyang)**
* Website: www.codedfred.me
* Twitter: [@code\_fredy](https://twitter.com/code\_fredy)
* Github: [@Pycomet](https://github.com/Pycomet)
* LinkedIn: [@alfredemmanuelinyang](https://linkedin.com/in/alfredemmanuelinyang)***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_