- Add the new social site to the
social_platform
table in the database. - Add the new social site's details to the
SOCIAL_PLATFORMS
constant inpackages/shared/database/src/constants.ts
file with the id value from thesocial_platform
table entry. - Creater a new searcher for the new social site in
packages/apps/cron/src/searchers
folder that implmenets theISearcher
interface. - Add the new searcher to the
searchers
constant inpackages/apps/cron/src/searchers/index.ts
file.
The new Social Platform is ready to use now! 🎉