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

https://github.com/hyperized/top2000

Slack bot that shows you what Top2000 song is currently playing
https://github.com/hyperized/top2000

api json meuk radio slack slack-bot slack-bot-go top2000

Last synced: 7 months ago
JSON representation

Slack bot that shows you what Top2000 song is currently playing

Awesome Lists containing this project

README

          

# Top 2000

Slack bot that shows you what Top2000 song is currently playing.

### Fetch

```
go get github.com/hyperized/top2000
```

### Build

```
go build github.com/hyperized/top2000
```

### Configure

```
cat < config.yml
api:
token: "my-slack-bot-token-here"
EOF
```

### Run

```
./top2000
```