Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barzamin/gembot
A Discord bot written in Crystal
https://github.com/barzamin/gembot
Last synced: about 13 hours ago
JSON representation
A Discord bot written in Crystal
- Host: GitHub
- URL: https://github.com/barzamin/gembot
- Owner: barzamin
- License: bsd-3-clause
- Created: 2016-11-06T19:50:57.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-22T20:39:34.000Z (about 8 years ago)
- Last Synced: 2024-11-09T04:39:49.972Z (about 2 months ago)
- Language: Crystal
- Homepage:
- Size: 33.2 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gembot
A simple, high-performance [Discord](https://discord.gg) bot, written in Crystal (a compiled, typed Ruby spinoff).## Installation
Install Crystal and Shards (the package manager).Compiling gembot is then as simple as running `make`.
## Usage
Export your bot token and client id as environment variables to `$TOKEN` and `$CLIENT_ID`,
or put them in the `.env` file, which will be loaded as well, with environment variables taking precedence.## Development
TODO: write section.## Contributing
1. [Fork it](https://github.com/barzamin/gembot/fork)
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create a new Pull Request## Contributors
- Erin ([barzamin](https://github.com/barzamin)) - creator, maintainer