3
0 Comments

273 resources totally :)

Here is the breakdown:

  • Podcasts: 10

  • Accelerators: 3

  • Directories to submit your product: 260

Also, we added the traffic information right into the list.

Now, we would like to tell you how we add the resources.

This process is semi-automated. First, we have several lists of resources (found on the Internet and collected on our own), and we have a Python script available via endpoint. So, we just copied several links and pass it to this endpoint.

Every link is checked in the browser: many resources in the lists are obsolete, don't exist, or moved, so we check every link manually.

Then, our script reads the content and passes it to another script that dynamically forms a prompt and pass them altogether to AI (we use OpenAI). The structured output has all the information about a resource: description, extracted social links, logo, cover image, and so on.

Also, we hit an Ahrefs API to get the information about domain rank and traffic (only for directories) and enrich the structure with the result.

Finally, we check the logo to figure out which background should be used (black or white) - this part actually needs to be improved as in many cases, it's just hit-or-miss :))).