-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve input data #4
Comments
Findings:
Possible method:
|
That's correct, I confirmed with their support.
We can just delete all the ones that aren't a success from our source data.
Is this just getting the root domain for all of them? So would clean .app etc as well Approach seems good, but we might be able to simplify this by using wappanalyizers subdomains API?
It'd also be interesting what other subdomains people have (but less important) |
Right now we have 2500 URLs that were returned from https://defillama.com/docs/api endpoint and getting their URLs.
However, some protocols provided their landing page (root domain or www.domain, example ribbon.finance ) while others provided their app domain (app.domain.com). This makes the data slightly misleading / less informative as companies are usually set up in 1 of two ways
We should somehow segment the data between 'landing pages' and 'apps'.
If the site is doing method number 1, we can count it as an app.
If it's using method number 2, we should count their app domain as an app, but their landing page as a landing page.
As the output of this issue I'm imagining we have all the same graphs as step 1, but one of them for all 'landing pages' and then another set of all graphs for 'apps'
Maybe we can write a quick script using chatgpt where we can feed in a bunch of root websites, and it pings the app domain and a few other common domains to see if it has a separate app?
The text was updated successfully, but these errors were encountered: