doenermann-bot

A Repository with the Dönermann Discord Bot

https://github.com/nwrenger/doenermann-bot

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.7%) to scientific vocabulary

Keywords

archive birthday-reminder bot discord discord-api discord-bot python rust
Last synced: 6 months ago · JSON representation

Repository

A Repository with the Dönermann Discord Bot

Basic Info
  • Host: GitHub
  • Owner: nwrenger
  • License: mit
  • Language: Rust
  • Default Branch: Rust
  • Homepage:
  • Size: 115 KB
Statistics
  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 2
Topics
archive birthday-reminder bot discord discord-api discord-bot python rust
Created about 3 years ago · Last pushed 7 months ago
Metadata Files
Readme Funding License Citation

README.md

Dönermann-Bot

A Repository with the Dönermann Bot used in a private Discord server of mine. It's using the Serenity rs libary. It can be forked and further used without any restrictions.

Now it can:

  • Copy Message of a Channel in a file
  • Show with a command how many were copied(/count)
  • a normal ping(/döner) command
  • Add your birthday with /set_birthday
  • show the next upcoming birthdays(/next_birthdays)
  • delete a birthday of an user with /delete_birthday
  • Give a user a Member Role when the user joins the server

Dependencies:

  • all Dependencies are Stated in the Cargo.toml
  • just run the bin file provided in the release

Usage:

  • First you have to add an Application in the Discord Developer Portal and create a bot
  • After that you paste your bot token in .env and have to enable all of the of the Privileged Gateway Intents options in the options of your bot
  • Now you have to add your server id, the channel id (where you like the files to be copied from) and the id of the Member role (you have to create those) to the .env file: enviroment DISCORD_TOKEN=Your Token C_CHANNEL_ID=The copy Channel Id ROLE_ID=The Role Id you give players when they join the server
  • You can start the bot by running the binary file provided in the release(make sure to give it the right permissions and that the files: .env, birthdays.csv and citations.txt are in the same directory as the bin file): shell ./doenermann-bot

Building Example (Cross):

cross build -r --target aarch64-unknown-linux-gnu

Todos

  • Generalize Error Handling
  • Add MAL Scoreboard/List (unsure about what exactly I am going to add)

Owner

  • Name: Nils Wrenger
  • Login: nwrenger
  • Kind: user
  • Location: Germany
  • Company: @Schiller-INF

Hi, I have skills in programming with Rust and Svelte btw

Citation (citations.txt)


      

GitHub Events

Total
  • Push event: 4
Last Year
  • Push event: 4

Issues and Pull Requests

Last synced: 12 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

Cargo.toml cargo
.github/workflows/build.yml actions
  • actions/checkout v4 composite
  • actions/upload-artifact v4 composite
  • softprops/action-gh-release v1 composite
.github/workflows/test.yml actions
  • actions/checkout v3 composite