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

https://github.com/noweh/can-we-deploy-today

Twitter Bot that tells you if you can deploy or not! You just need to ask at "canWeDeploy" on Twitter.
https://github.com/noweh/can-we-deploy-today

php twitter-api-v2 twitter-bot

Last synced: about 1 year ago
JSON representation

Twitter Bot that tells you if you can deploy or not! You just need to ask at "canWeDeploy" on Twitter.

Awesome Lists containing this project

README

          

# Can we deploy today

![PHP](https://img.shields.io/badge/PHP-v8.1-828cb7.svg?style=flat-square&logo=php)
![SQLite](https://img.shields.io/static/v1?style=flat-square&message=SQLite&color=003B57&logo=SQLite&logoColor=FFFFFF&label=)
[![Badge Twitter](https://img.shields.io/badge/Twitter%20API-v2-828cb7.svg?style=flat-square&logo=twitter&color=1DA1F2)](https://developer.twitter.com/en/docs/twitter-api)
[![MIT Licensed](https://img.shields.io/github/license/noweh/can-we-deploy-today)](LICENSE)

Twitter Bot that tells you if you can deploy or not! You just need to ask @canWeDeploy.



Tweet example

### Procedures

A [file](.github/workflows/run-schedule.yml) in .github/workflows/ folder run the "php project/[run.php](project/run.php)" script five minutes.

This script can be manually executed.