Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gugod/taiwan-covid19-vaccination-progress-bot

A twitter bot that posts the progress of covid19 vaccination in Taiwan
https://github.com/gugod/taiwan-covid19-vaccination-progress-bot

bot twitterbot

Last synced: 3 days ago
JSON representation

A twitter bot that posts the progress of covid19 vaccination in Taiwan

Awesome Lists containing this project

README

        

# Test

```
docker build . --tag bot
docker run bot ./bin/tweet.pl
```

# Production

Docker image of latest "release" branch is at here:

https://hub.docker.com/repository/docker/gugod/taiwan-covid19-vaccination-progress-bot

Runs in a k8s cluster:

```
kubectl -apply f ./k8s/
```