https://github.com/benhunter/yarrchive
Discord bot for archiving.
https://github.com/benhunter/yarrchive
Last synced: 11 months ago
JSON representation
Discord bot for archiving.
- Host: GitHub
- URL: https://github.com/benhunter/yarrchive
- Owner: benhunter
- License: mit
- Created: 2025-07-07T19:55:46.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-10T00:20:55.000Z (11 months ago)
- Last Synced: 2025-07-10T10:06:43.126Z (11 months ago)
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Yarrchive
# Getting Started
1. Set environment variable DISCORD_BOT_TOKEN.
2. Run the bot.
```
docker run -d \
--name yarrchive \
-e DISCORD_BOT_TOKEN="$DISCORD_BOT_TOKEN" \
yarrchive:0.0.1
```
3. View logs.
```
docker logs yarrchive
```
# Development
```
docker build -t yarrchive:0.0.1
```