https://github.com/loderunner/music-bot
https://github.com/loderunner/music-bot
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/loderunner/music-bot
- Owner: loderunner
- License: mit
- Created: 2015-03-05T12:15:18.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-11-17T16:53:01.000Z (over 10 years ago)
- Last Synced: 2025-02-07T01:46:29.711Z (about 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# music-bot
A bot for the Music flow of Lima's Flowdock. Warns you when you posrt too often.
## Getting started
```bash
git clone git@github.com:loderunner/music-bot.git
cd music-bot
virtualenv env
. env/bin/activate
pip install -r requirements.txt
vi config.json
# Set your configuration
python music-bot.py
```