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

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

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