https://github.com/sobotics/checkyerflags
A bot notifying when a user reaches a certain flag count
https://github.com/sobotics/checkyerflags
bot fun python3 stack-overflow waffles
Last synced: 6 months ago
JSON representation
A bot notifying when a user reaches a certain flag count
- Host: GitHub
- URL: https://github.com/sobotics/checkyerflags
- Owner: SOBotics
- License: mit
- Created: 2018-01-17T11:03:52.000Z (about 8 years ago)
- Default Branch: v3
- Last Pushed: 2023-04-14T17:49:40.000Z (almost 3 years ago)
- Last Synced: 2025-07-25T00:36:53.304Z (6 months ago)
- Topics: bot, fun, python3, stack-overflow, waffles
- Language: Java
- Homepage:
- Size: 1.19 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# CheckYerFlags
A bot notifying when a user reach a certain flag count and reporting posts with narrow language tags which are missing the generic tag.
[Commands list](https://github.com/SOBotics/CheckYerFlags/blob/v3/src/main/java/ch/philnet/checkyerflags/commands/CommandsCommand.java#L27)
### Example:
- Post has only tag `python3.x`: Bot reports for missing "parent" tag `python`
- Post has tags `javascript`, `jquery`: Bot doesn't report, the "parent" tag is present
The relation between the tags can be seen in the [tags.yaml file](https://github.com/SOBotics/CheckYerFlags/blob/v3/data/tags.yaml).
## Dependencies
Java 8, Maven etc.
Also see the content of pom.xml
*This section will be refined to specify the actual dependencies*
## Non-code contributors
These people didn't contribute by submitting code, but by testing the bot's limits to find bugs and suggesting feature changes:
- @K-Davis1
- @geisterfurz007
The idea for the tag checking functions of the bot originated from https://github.com/SOBotics/Nursery/issues/10