Skip to content

QuiveringZen/ScamWorker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scam worker

Scam worker is a a background service which observes changes of files in a specified directory.

Configuration

Scam worker can be configured in appsettings.Development.json by specifying the root directory for observing files ScanPath and time to wait between each scan WaitMs.

  "Worker": {
    "ScanPath":  "C://users//my-user//Music",
    "WaitMs": 5000
  }

Example

Example

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages