https://github.com/psmb/memorybot
https://github.com/psmb/memorybot
psmb-server
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/psmb/memorybot
- Owner: psmb
- Created: 2022-04-13T18:40:53.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-05T06:47:28.000Z (over 2 years ago)
- Last Synced: 2025-02-22T23:25:49.173Z (over 1 year ago)
- Topics: psmb-server
- Language: Python
- Homepage:
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# memoryBot
## Running
Copy docker-compose.yml file and put the following in .env file in the same directory
```
TOKEN=xxxxx
CHANNEL_ID=-100xxxxxx
```
Then `docker compose up`.