https://github.com/mathix420/comrade_bot
Slack bot for 42Born2Code Paris
https://github.com/mathix420/comrade_bot
Last synced: 9 months ago
JSON representation
Slack bot for 42Born2Code Paris
- Host: GitHub
- URL: https://github.com/mathix420/comrade_bot
- Owner: mathix420
- Created: 2019-05-22T12:48:11.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T21:58:35.000Z (about 3 years ago)
- Last Synced: 2025-06-28T02:42:06.362Z (12 months ago)
- Language: Dart
- Size: 234 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
A simple Slack bot.
# Disclamer
> This bot has no political goals,
> The USSR theme is only a comic reference
> to the first command of this bot: `!travail`.
# Environment
`.vscode/settings.json`
```
{
"dart.env": {
"INTRA_PRIVATE": "",
"INTRA_PUBLIC": "",
"INTRA_SESSION": "",
"SLACK_PRIVATE": "",
"MYMEMORY_SECRET": "",
"dev": "true",
}
}
```