https://github.com/stemount/cloutbot
A useful Discord bot that lets you validate people who help, contribute and thank with a star.
https://github.com/stemount/cloutbot
Last synced: 11 months ago
JSON representation
A useful Discord bot that lets you validate people who help, contribute and thank with a star.
- Host: GitHub
- URL: https://github.com/stemount/cloutbot
- Owner: stemount
- Created: 2020-12-18T10:47:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-03T16:30:58.000Z (over 4 years ago)
- Last Synced: 2025-06-25T00:06:21.884Z (12 months ago)
- Size: 1.95 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clout Bot
[**VIEW THE PROJECT BOARD**](https://github.com/stemount/cloutbot/projects/1)
This bot was previously named `community-discord-bot` as this project does start off as a Discord bot but ideally this should actually be useable on any sort of incoming chat stream (MS Teams, Slack) - why not.
### Core Idea
A useful bot that lets you validate people who help, contribute and thank with a star.
Similar to XP based solutions like Arcane, let's take this back to the IRC days when it was simply
```
stemount++
copy++
sleepybear++
```
### Purpose of this project
There are a few quirks to this project:
- [ ] The bot will be developed in parallel tracks in a handful of languages [Issue #6](https://github.com/stemount/cloutbot/issues/6)
The whole purpose of this is so those who prefer a specific tech stack are welcome to join and contribute.
- [ ] There will be "commonalities" between the implementations, e.g. we will use `docker-compose.yml` to run the bot in all languages we support [going from a local Docker box to production](https://github.com/stemount/cloutbot/issues/13)