C# API Server to collect news from around the world
Go to file
James Tombleson 9f3a6323a6
Features/html meta extractor (#4)
* gave api access to the db project

* added db models

* working on rss extraction and meta extraction

* test project to debug rsswatcherjob

* added new configs for the project

* new interface to define collectors

* basic rss extraction and article details are now exposed

* tests updated for rss pull

* starting to get dapper working.  Query works but insert seems to have a value issue

* removed dapper from services

* added some basic tests for db calls
2023-02-16 22:19:05 -08:00
.vscode Features/html meta extractor (#4) 2023-02-16 22:19:05 -08:00
Newsbot.Collector.Api Features/html meta extractor (#4) 2023-02-16 22:19:05 -08:00
Newsbot.Collector.Database Features/html meta extractor (#4) 2023-02-16 22:19:05 -08:00
Newsbot.Collector.Domain Features/html meta extractor (#4) 2023-02-16 22:19:05 -08:00
Newsbot.Collector.Services Features/html meta extractor (#4) 2023-02-16 22:19:05 -08:00
Newsbot.Collector.Tests Features/html meta extractor (#4) 2023-02-16 22:19:05 -08:00
.gitignore Rebuilding in dotnet for practice 2023-02-14 17:51:22 -08:00
Newsbot.Collector.sln added the database project and migrated models and migrations 2023-02-15 20:47:21 -08:00
README.md Initial commit 2023-02-14 17:41:50 -08:00

Newsbot.Collector

C# API Server to collect news from around the world