Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/utgwkk/primenumbertweet


https://github.com/utgwkk/primenumbertweet

Last synced: about 1 month ago
JSON representation

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
```