An open API service indexing awesome lists of open source software.

https://github.com/queer/startup


https://github.com/queer/startup

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Startup Simulator

A silly little Discord bot.

## How do I host my own?

```Bash
$ docker build -t me/startup-simulator
$ docker run -dit -e BOT_TOKEN="your token here" me/startup-simulator
```

Other env vars can be discovered by reading the source, but they're not very important.