Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rorpage/retromebot-functions
retrobotme OpenFaaS functions
https://github.com/rorpage/retromebot-functions
openfaas serverless twitter-bot
Last synced: about 11 hours ago
JSON representation
retrobotme OpenFaaS functions
- Host: GitHub
- URL: https://github.com/rorpage/retromebot-functions
- Owner: rorpage
- License: mit
- Created: 2017-11-14T00:54:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-21T03:46:35.000Z (about 7 years ago)
- Last Synced: 2024-11-10T23:31:27.518Z (about 2 months ago)
- Topics: openfaas, serverless, twitter-bot
- Language: Python
- Homepage: https://www.openfaas.com/
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# retrobotme OpenFaaS functions
[![OpenFaaS](https://img.shields.io/badge/openfaas-serverless-blue.svg)](https://www.openfaas.com)
This repo contains OpenFaaS functions, using Azure Event Grid for backend messaging, that convert a tweeted
picture into a black and white one and submit the result back as a Twitter response.### Read more about OpenFaas:
[OpenFaaS](https://github.com/openfaas/faas)### Read more about Azure Event Grid:
[Azure Event Grid](https://azure.microsoft.com/en-us/services/event-grid/)### Notes for deploying your own version
#### Create an env.list file
Be sure to create an env.list file that your OpenFaaS functions can use with the following values:```
azure_blob_account=your_azure_blob_account_name
azure_blob_account_key=your_azure_blob_account_key
consumer_key=your_twitter_app_consumer_key
consumer_secret=your_twitter_app_consumer_secret
access_token=your_twitter_app_access_token
access_token_secret=your_twitter_app_access_token_secret
```You can create a Twitter app for your own bot at https://apps.twitter.com/app/new