Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/masutaka/masutaka-feed
Notify my feeds of github and hatebu to mastodon and pushover
https://github.com/masutaka/masutaka-feed
aws-apigateway aws-cloudformation aws-lambda aws-sam mastodon pushover
Last synced: 2 months ago
JSON representation
Notify my feeds of github and hatebu to mastodon and pushover
- Host: GitHub
- URL: https://github.com/masutaka/masutaka-feed
- Owner: masutaka
- License: mit
- Created: 2020-06-26T01:47:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-15T09:37:34.000Z (3 months ago)
- Last Synced: 2024-09-15T17:42:21.271Z (3 months ago)
- Topics: aws-apigateway, aws-cloudformation, aws-lambda, aws-sam, mastodon, pushover
- Language: JavaScript
- Homepage:
- Size: 189 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# masutaka-feed
[![Test](https://github.com/masutaka/masutaka-feed/actions/workflows/test.yml/badge.svg?branch=main)][Test]
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fmasutaka%2Fmasutaka-feed.svg?type=shield)][fossa]
[![Deploy - GitHub Actions](https://github.com/masutaka/masutaka-feed/actions/workflows/deploy.yml/badge.svg?branch=main)][deploy][Test]: https://github.com/masutaka/masutaka-feed/actions/workflows/test.yml?query=branch%3Amain
[fossa]: https://app.fossa.com/projects/git%2Bgithub.com%2Fmasutaka%2Fmasutaka-feed?ref=badge_shield
[deploy]: https://github.com/masutaka/masutaka-feed/actions/workflows/deploy.yml?query=branch%3Amain## Features
### github/
```mermaid
graph TD
A[GitHub private feed] --> B[IFTTT Pro]
B --> C[Amazon API Gateway]
C --> D[AWS Lambda]
D -->|filter| E[Mastodon]
D -->|filter| F[Pushover]
```### hatebu/
```mermaid
graph TD
A[はてブのお気に入り feed] --> B[IFTTT Pro]
B --> C[Amazon API Gateway]
C --> D[AWS Lambda]
D --> E[Mastodon]
```## Deployment
Every push to the `main` branch will deploy SAM Applications.
## License
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fmasutaka%2Fmasutaka-feed.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fmasutaka%2Fmasutaka-feed?ref=badge_large)