Skip to content

flows-network/github-repo-watcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-repo-watcher

A simple tool to watch a Github repository and logs new users that engage by creating new forks, starring the repository, or watch it. The daily log is saved to the your gist as a private gist in csv format.

Usage

Set the exact time to trigger the serverless function as a cron job in this code block.

schedule_cron_job(String::from("0 11 * * *"), String::from("cron_job_evoked")).await;

Set the 'owner' and 'repo', 'GITHUB_TOKEN' environment variables on the Flows settings page.

Then, you'll get daily updates on your gist.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages