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
- Host: GitHub
- URL: https://github.com/danielmschmidt/keyword-notifier
- Owner: DanielMSchmidt
- Created: 2022-02-24T08:30:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-13T09:47:03.000Z (over 1 year ago)
- Last Synced: 2025-03-13T10:35:01.289Z (over 1 year ago)
- Language: Rust
- Size: 110 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# keyword-notifier [](https://github.com/DanielMSchmidt/keyword-notifier/actions/workflows/rust.yml) [](https://github.com/DanielMSchmidt/keyword-notifier/actions/workflows/rust-clippy.yml) [](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