SharePointOnlineTasker is .NET Core console application which performs tasks (sets of actions) on files stored in the connected Office 365 group.
Careate a new App registrations in Azure's Acitve Directory, and add 'http://localhost' to it's Redirect URIs.
fill the info for fowwilowing fields in appsettings.json:
- AppRegistration:TenantId
- AppRegistration:ClientId
- GroupName
- DriveName
- LocalRoot
Just add an implementation of the IDriveFileTask interface per operation, and it will be auto discoverd and executed per file.