https://github.com/everythingsuckz/gtmbot
wip
https://github.com/everythingsuckz/gtmbot
Last synced: 2 months ago
JSON representation
wip
- Host: GitHub
- URL: https://github.com/everythingsuckz/gtmbot
- Owner: EverythingSuckz
- Created: 2022-11-14T13:35:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-14T13:45:36.000Z (almost 3 years ago)
- Last Synced: 2025-07-04T11:05:42.659Z (4 months ago)
- Language: TypeScript
- Size: 6.84 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🦕 gtmbot [WIP]
## Mandatory ENV variables
- `BOT_TOKEN` - it is what it is
- `DB_URI` - A postgresql database url (can be locally hosted one too)## Running the bot
```sh
deno run --allow-all mod.ts --dev
```>`--dev` will check for .env files from the CWD and registers the key values as environment variables.