Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexraskin/lhbot
A Discord Bot For LhCloudy27
https://github.com/alexraskin/lhbot
discord discord-bot discord-py lhcloudy reinhardt terraform terraform-managed twitch
Last synced: about 24 hours ago
JSON representation
A Discord Bot For LhCloudy27
- Host: GitHub
- URL: https://github.com/alexraskin/lhbot
- Owner: alexraskin
- License: mit
- Created: 2022-01-17T00:05:30.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-05T03:21:21.000Z (5 months ago)
- Last Synced: 2024-09-07T08:54:00.127Z (5 months ago)
- Topics: discord, discord-bot, discord-py, lhcloudy, reinhardt, terraform, terraform-managed, twitch
- Language: Python
- Homepage:
- Size: 947 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# LhBot
[![LhBot](https://i.gyazo.com/632f0e60dc0535128971887acad98993.png)](https://twitter.com/PetraYle)
![Discord](https://img.shields.io/discord/766217366568304660)
[![Twitch Status](https://img.shields.io/twitch/status/lhcloudy27?color=6441a5&logo=twitch&logoColor=white)](https://www.twitch.tv/lhcloudy27)
[![Twitter Follow](https://img.shields.io/twitter/follow/lhcloudy?color=1DA1F2&logo=twitter&style=flat-square)](https://twitter.com/LhCloudy)
![GitHub](https://img.shields.io/github/license/alexraskin/lhbot?color=blue)## Why did I make LhBot?
If you follow LhCloudy on twitch, you will know, that he will not share what Lh stands for in his name. I decided to write a discord bot, that keeps track of everyone's guesses in his discord, plus a bunch of other fun things. It is mainly used in his discord server, but you can also use it in your own server. Please create an issue if you have any questions.
## Connect with LhCloudy
- [Twitch](https://www.twitch.tv/lhcloudy27)
- [Twitter](https://twitter.com/LhCloudy)
- [Discord](https://discord.com/invite/jd6CZSj8jb)
- [Youtube](https://www.youtube.com/channel/UC2CV-HWvIrMO4mUnYtNS-7A)## Deploy
A few things you will need:
- Discord bot
- Mongo database (I use atlas)
- A Railway accountTake a look in the [`/example-files`](https://github.com/alexraskin/lhbot/tree/main/example-files) folder for examples of the files you will need to create.
___
## Run the bot locally
To run the bot locally, you will need to fill in the `.env` file all the values that are missing.
```bash
make run
```## Contributing
If you would like to contribute to this project, please create an issue and we can discuss it there. I am open to any suggestions.