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

https://github.com/lavatoaster/architect


https://github.com/lavatoaster/architect

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

Architect
=========

This is a discord bot. It doesn't do much right now, it might do some more stuff in the future.

### Non-committal Roadmap

- [ ] Fancy embed maker
- [ ] Finite State Machine (AKA Chat Sessions)
- [ ] Twitch Integration (go live)
- [ ] Twitch Bot

### Setup for local use

Install dependencies

```
yarn
```

Start docker services:

```
docker-compose up -d
```

Run setup:

```
./bin/architect setup
```

Start Bot:

```
./bin/architect start
```