/thedannybot

The Danny Bot is a Twitter bot that tweets inspirational quotes for aspiring web developers by Danny Thompson.

Primary LanguageJavaScript

The Danny Bot

The Danny Bot is a Twitter bot that tweets inspirational quotes for aspiring web developers by Danny Thompson.

credentials.json

Add your own credentials.json file to your project using your own private keys.

example

{
  "type": "service_account",
  "project_id": "PROJECTID",
  "private_key_id": "PRIVATEKEYID",
  "private_key": "-----BEGIN PRIVATE KEY-----\nADDYOURPRIVATEKEYHERE\n-----END PRIVATE KEY-----\n",
  "client_email": "CLIENTEMAIL",
  "client_id": "CLIENTID",
  "auth_uri": "https://accounts.google.com/o/oauth2/auth",
  "token_uri": "https://oauth2.googleapis.com/token",
  "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
  "client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/CERT.iam.gserviceaccount.com"
}

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT