Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)