https://github.com/prior99/fresh-dumbledore
https://github.com/prior99/fresh-dumbledore
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/prior99/fresh-dumbledore
- Owner: Prior99
- Created: 2016-02-12T19:59:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-12T22:04:37.000Z (over 10 years ago)
- Last Synced: 2026-01-26T13:51:00.419Z (5 months ago)
- Language: JavaScript
- Size: 310 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Citation: citations.json
Awesome Lists containing this project
README
Fresh Dumbledore Mumble Bot
===========================
A bot which stays in a channel and moves users into another channel after a given amount of time playing music in a loop.
Setup:
------
Generate a keypair like this:
```sh
openssl genrsa -out bot.key 2048 2> /dev/null
openssl req -new -sha256 -key bot.key -out bot.csr -subj "/"
openssl x509 -req -in bot.csr -signkey bot.key -out bot.cert 2> /dev/null
```