https://github.com/rssnyder/discord-auditlog-export
export your discord audit logs
https://github.com/rssnyder/discord-auditlog-export
Last synced: about 1 year ago
JSON representation
export your discord audit logs
- Host: GitHub
- URL: https://github.com/rssnyder/discord-auditlog-export
- Owner: rssnyder
- Created: 2021-08-27T22:48:52.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-27T23:08:52.000Z (almost 5 years ago)
- Last Synced: 2025-03-30T22:05:33.536Z (about 1 year ago)
- Language: Go
- Size: 5.86 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# discord-auditlog-export
Export your discord audit logs
I run my buissness from discord. Maybe you do too, and need to perserve your audit logs due to legal requirments
## Current features
Outputs logs in JSON format to stdout
## Options
Your bot will need `View Audit Log` permissions at the minimum
```
Usage of ./discord-auditlog-export:
-frequency int
Frequency of updates: seconds (default 1)
-guild string
Guild ID
-log int
Logging level: 0=Info; 1=Debug
-stop string
Log ID to stop ingesting
-token string
Bot token
```