Add Open Graph scraper module

This commit is contained in:
2023-10-09 16:08:39 -06:00
parent 1a6a4cf1de
commit eb7d0dc1f8
6 changed files with 203 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ import { CacheModule } from '@nestjs/cache-manager';
import { IrcbotModule } from './ircbot/ircbot.module';
import { IrcbotService } from './ircbot/ircbot.service';
import { DinosaurwetModule } from './dinosaurwet/dinosaurwet.module';
import { OgScraperModule } from './ogscraper/ogscraper.module';
@Module({
imports: [
@@ -27,6 +28,7 @@ import { DinosaurwetModule } from './dinosaurwet/dinosaurwet.module';
DomainrproxyModule,
IrcbotModule,
DinosaurwetModule,
OgScraperModule,
],
controllers: [AppController],
providers: [AppService],