https://github.com/blackdesert575/sauce-man
sauce-man is a discord bot for personal hobby and coding with Rust/Python3/...etc
https://github.com/blackdesert575/sauce-man
backend backend-api backend-app backend-development bot container discord-bot docker dockerfile poise python3 rust rust-bot rust-lang serenity-rs uv
Last synced: about 1 month ago
JSON representation
sauce-man is a discord bot for personal hobby and coding with Rust/Python3/...etc
- Host: GitHub
- URL: https://github.com/blackdesert575/sauce-man
- Owner: blackdesert575
- License: mit
- Created: 2023-05-05T03:33:44.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2026-04-30T02:21:46.000Z (about 2 months ago)
- Last Synced: 2026-04-30T04:19:14.027Z (about 2 months ago)
- Topics: backend, backend-api, backend-app, backend-development, bot, container, discord-bot, docker, dockerfile, poise, python3, rust, rust-bot, rust-lang, serenity-rs, uv
- Language: Rust
- Homepage:
- Size: 517 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README
# sauce-man
* sauce-man are services which includes:
* v2: Refactoring v1 discord bot/api in Rust
* v1: Impl a discord bot/api in Python
> Note: This project is currently maintained by a solo developer with Codex-assisted development.
## quick-start
* v2(development in Rust)
* v1(archived)
# architecture
# work-flow
# To-do
* v2
* code refactoring in Rust
* bot
* Try serenity/examples
* [github.com/serenity-rs/serenity/tree/current/examples](https://github.com/serenity-rs/serenity/tree/current/examples)
* Try poise/examples
* [github.com/serenity-rs/poise/tree/current/examples](https://github.com/serenity-rs/poise/tree/current/examples)
* api
* connect with postgreSQL
* connect with [n8n](https://github.com/n8n-io/n8n) to extend more features
* Rust
* basic
* [github.com/blackdesert575/rust-101](https://github.com/blackdesert575/rust-101)