Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/utgwkk/primenumbertweet
https://github.com/utgwkk/primenumbertweet
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/utgwkk/primenumbertweet
- Owner: utgwkk
- License: mit
- Created: 2014-03-01T16:37:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-07-03T16:56:45.000Z (over 3 years ago)
- Last Synced: 2024-04-20T08:59:57.774Z (7 months ago)
- Language: Python
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
primenumbertweet
========
... is now tweeting on [@sosuubot](https://twitter.com/sosuubot)!## What is this?
It is a bot working on Google App Engine which tweets a prime number per hour.
## Deploy
### Requirements
- Google Cloud SDK
### Setting secrets to `secret.yaml`
```yaml
env_variables:
API_KEY: "XXXXXXXXXXXXX"
API_SECRET: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
ACCESS_TOKEN_KEY: "XXXXXXXXXXXXX"
ACCESS_TOKEN_SECRET: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
DEBUG_TOKEN: "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
```### Let's deploy
```
$ make deploy
```