Skip to content

A Windows Service for searching github trend topics related to a search term from .txt file specification

Notifications You must be signed in to change notification settings

joaopaulopmedeiros/github-trend-topics-searcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

<your_search_term>; <email1>,<email2>,<email3>;

Result

You can check this out using a mailtrap account or any e-mail provider.


Made with ❤️ by joaopaulopmedeiros

About

A Windows Service for searching github trend topics related to a search term from .txt file specification

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages