Added Chips.gg integration. It basically works but needs more testing and also smashes the DB with how fast their feed updates.

This commit is contained in:
barelyprofessional
2024-08-17 21:58:10 +08:00
parent d2f0519414
commit b390368713
9 changed files with 819 additions and 2 deletions

View File

@@ -16,4 +16,5 @@ public class ApplicationDbContext : DbContext
public DbSet<HowlggBetsDbModel> HowlggBets { get; set; }
public DbSet<RainbetBetsDbModel> RainbetBets { get; set; }
public DbSet<TwitchViewCountDbModel> TwitchViewCounts { get; set; }
public DbSet<ChipsggBetDbModel> ChipsggBets { get; set; }
}