Skip to content

DevDogs' custom Discord bot interface for the DevDogs Platform, automating and facilitating critical tasks.

Notifications You must be signed in to change notification settings

DevDogs-UGA/RoboDog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

What is RoboDog?

RoboDog is a Discord bot providing an additional interface for the internal DevDogs Platform, which powers RoboDog and the DevDogs Website, and automation of common administrative actions.

Goals

RoboDog is in very early stages of development, so below are some goals to achieve with this project before they manifest as GitHub Issues:

  • Enforce server nickname conventions using existing member profile data
    • Recognize existing members on join, adjusting database records accordingly
  • Provide a command to link users' many accounts internally
    • Request linking (and verify) through DMs on server join
  • Automate frequent tasks like event/meeting setup
    • Auto-start stage channel, stage thread, and post of audience instructions
  • Anonymous enforcement of server and club rules (warnings and other moderation features)
  • Provide a command to request repo access, with respect to a member's focus group designation, year, and server roles
  • Provide commands for superiors to retrieve member statistics
  • Provide commands to force-add points and amend non-code or other untracked contributions
  • Automate transition-of-power, onboarding, and termination of "employment" tasks

How It'll Work

(A Very Brief Look At) Architecture

This repository strictly hosts the code powering the Discord interface and any Discord-only functionalities. Member data, contribution processing, and other critical processes are managed by the DevDogs Platform, which powers our website too. Users will interact with this program, which receives, interprets, then acts upon commands. RoboDog-provided functionalities such as nickname enforcement are handled by this program, with other, DevDogs-critical functionalities like contribution management relegated to the DevDogs Platform program so changes are reflected across both end-user interfaces (the website and Discord).

Tech Stack

RoboDog will use Python for Discord-exclusive needs, relying on the JS-based DevDogs Platform through HTTP requests for the critical functions described above. The DevDogs Platform uses a PostgreSQL, Supabase database to store contribution, event, and member data.

Contributing

This facet of our DevDogs Platform is not open to public contribution. Only members of DevDogs' Standing Leadership or vetted non-leader members are permitted to contribute. If this is of interest to you, please contact the current Technical Officer.

About

DevDogs' custom Discord bot interface for the DevDogs Platform, automating and facilitating critical tasks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published