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

https://github.com/go-faster/bot

GitHub and Telegram automation for go-faster projects
https://github.com/go-faster/bot

Last synced: 4 months ago
JSON representation

GitHub and Telegram automation for go-faster projects

Awesome Lists containing this project

README

          

# bot

Bot for go-faster chats and channels, based on [gotd/td](https://github.com/gotd/td).

## Skip deploy

Add `!skip` to commit message.

## Migrations

### Add migration

To add migration named `some-migration-name`:

```console
atlas migrate --env dev diff some-migration-name
```

## Golden files

In package directory:

```console
go test -update
```