https://github.com/joaopaulopmedeiros/github-trend-topics-searcher
A Windows Service for searching github trend topics related to a search term from .txt file specification
https://github.com/joaopaulopmedeiros/github-trend-topics-searcher
dotnet windowsservice worker
Last synced: 2 months ago
JSON representation
A Windows Service for searching github trend topics related to a search term from .txt file specification
- Host: GitHub
- URL: https://github.com/joaopaulopmedeiros/github-trend-topics-searcher
- Owner: joaopaulopmedeiros
- Created: 2021-10-20T13:08:39.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-20T20:12:04.000Z (almost 4 years ago)
- Last Synced: 2025-08-01T19:52:46.119Z (2 months ago)
- Topics: dotnet, windowsservice, worker
- Language: C#
- Homepage:
- Size: 123 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Github Trend Topics Searcher
## Description
What about you write a text file on your desktop with a term such as 'dotnet' or 'node' and a list of e-mails for getting magically notified??
This simple windows service might lead you to a better understanding of workers, background jobs and get up to date with open source world in a fun way!## Features
- Read keywords and list of e-mail recipients from text file;
- Search content based on a given term using github;
- Send e-mail with final result;## The search.txt file
```
; ,,;
```## Result
You can check this out using a mailtrap account or any e-mail provider.
Made with ❤️ by joaopaulopmedeiros