diff --git a/src/FilterLists.Agent/FilterLists.Agent.csproj b/src/FilterLists.Agent/FilterLists.Agent.csproj index 3eaabe43a..6baab9ff6 100644 --- a/src/FilterLists.Agent/FilterLists.Agent.csproj +++ b/src/FilterLists.Agent/FilterLists.Agent.csproj @@ -27,7 +27,6 @@ - diff --git a/src/FilterLists.Agent/Program.cs b/src/FilterLists.Agent/Program.cs index 7f1ed75e7..e12fe8060 100644 --- a/src/FilterLists.Agent/Program.cs +++ b/src/FilterLists.Agent/Program.cs @@ -2,8 +2,23 @@ { public static class Program { - public static void Main(string[] args) + public static void Main() { + // get raw list urls and IDs + + // foreach + + // download raw list + + // persist raw list to disk with standardized name and overwriting the previous version + + // git add . + + // git commit + + // foreach + + // upsert into MariaDB Rules table https://stackoverflow.com/questions/15271202/mysql-load-data-infile-with-on-duplicate-key-update } } } \ No newline at end of file