Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gugod/taiwan-covid19-vaccination-progress-bot
- Owner: gugod
- License: mit
- Created: 2021-06-07T15:41:28.000Z (over 3 years ago)
- Default Branch: fun
- Last Pushed: 2022-07-18T13:56:08.000Z (over 2 years ago)
- Last Synced: 2024-10-18T07:46:42.582Z (3 months ago)
- Topics: bot, twitterbot
- Language: Perl
- Homepage: https://twitter.com/twvacprogress
- Size: 26.4 KB
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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/
```