Skip to content

SophieChenly/aggron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AGGRON

Untitled_Artwork - 2025-04-14T235541 516

Description

  • This is a discord bot that encrypts files sent by users and also bypasses file size limits.
  • Built with Go, AWS, Discord API, and Passage by 1Password (auth).
  • Encrypted with AES-256-GCM, encryption keys managed by AWS KMS.

Setup and Run

Install Go: https://go.dev/doc/install Setup MongoDB: https://www.mongodb.com/docs/manual/installation/

  1. go mod download
  2. docker pull redis
  3. docker run -p 6379:6379 -d redis
  4. go run main.go (fast run)

OR if you want to build and run the binary (production)

  1. go build
  2. ./aggron.exe (or whatever executable)

About

Discord file sharing delimiter with server side encryption.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages