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

https://github.com/danielmschmidt/keyword-notifier

keyword-notifierI'd like to know if folks mention my project online, the goal is to fetch from different sources and send it via e-mail or slack. And learn rust in the process
https://github.com/danielmschmidt/keyword-notifier

Last synced: 9 months ago
JSON representation

keyword-notifierI'd like to know if folks mention my project online, the goal is to fetch from different sources and send it via e-mail or slack. And learn rust in the process

Awesome Lists containing this project

README

          

# keyword-notifier [![Rust](https://github.com/DanielMSchmidt/keyword-notifier/actions/workflows/rust.yml/badge.svg)](https://github.com/DanielMSchmidt/keyword-notifier/actions/workflows/rust.yml) [![rust-clippy analyze](https://github.com/DanielMSchmidt/keyword-notifier/actions/workflows/rust-clippy.yml/badge.svg)](https://github.com/DanielMSchmidt/keyword-notifier/actions/workflows/rust-clippy.yml) [![Docker](https://github.com/DanielMSchmidt/keyword-notifier/actions/workflows/docker-publish.yml/badge.svg)](https://github.com/DanielMSchmidt/keyword-notifier/actions/workflows/docker-publish.yml)

Very much a learning project with no intention to be used in production.

I want to make requests to

- Twitter
- Stackoverflow
- Reddit

and find all mentions of my projects keywords.

A digest of this will be sent to my email. The intention is to run as a cron and only include each item once.

## License

MIT License