https://github.com/unitoftime/nootbot
https://github.com/unitoftime/nootbot
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/unitoftime/nootbot
- Owner: unitoftime
- License: mit
- Created: 2022-05-19T14:11:26.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-29T00:03:41.000Z (over 2 years ago)
- Last Synced: 2025-03-10T19:14:48.639Z (over 1 year ago)
- Language: Go
- Size: 280 KB
- Stars: 5
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NootBot
NootBot is a basic youtube live and discord bot with an interface for easily creating custom bot commands.
## Testing/Running
`go run . test` - For running the Test version
`go run . ` - For running the YouTubeLive version
`go run . discord` - For running the Discord bot version
## Credits
[nootlang](https://github.com/Jomy10/nootlang) - Jomy's Nootlang interpreter
Discord Integration - [Dracula](https://github.com/Dracula707)
Weather Command - [MD](https://github.com/MD-2016)
## License
[MIT](https://choosealicense.com/licenses/mit/)