ghostery / trackerdb

Ghostery Tracker Database
Other
72 stars 23 forks source link

Fill in missing country information for the companies #114

Open philipp-classen opened 1 year ago

philipp-classen commented 1 year ago

There are over 1,400 companies where the country is missing:

country: 

For instance, this PR fixed the entry for Alibaba: https://github.com/ghostery/trackerdb/pull/113

country: CN

Valid entries for the country look like this (standard two letter country codes):

country: US
country: GB
country: DE
country: CA
country: FR
country: NL
country: RU
country: JP
country: IL
...

To get a list of entries, you can use this command:

cd db/organizations && grep 'country:' *.eno | grep -E -v 'country:.?[a-zA-Z]+' | awk -F ':' '{ print $1 }'
1000mercis.eno
163.eno
1dmp.eno
1plusx.eno
1sponsor.eno
24_7.eno
24_interactive.eno
24log.eno
24metrics.eno
500friends.eno
51.la.eno
6minutes.eno
6peo.eno
6sense.eno
77agency.eno
888_media.eno
8digits.eno
99stats.eno
a8.eno
ab_tasty.eno
accengage.eno
accessanalyzer.eno
...

This is a meta ticket, since changing all at once is quite some work. If you want to change multiple entries in one go, consider splitting the changes over multiple PRs. That avoids merge conflicts and it speeds up reviewing and merge your changes.

If you have questions or come across entries that seem in need of updates but you're unsure about how to proceed, just leave a comment here and we will help.

Also, please feel free to comment here if you want to "reserve" a range of companies to check. :-) (Does not mean that you have to complete it, but just to avoid conflicts.)

sanjaygupta972004 commented 11 months ago

Hello @philipp-classen Can I work on this issue? I am excited to contribute some good open source projects, but I am a beginner in open source contribution! So i need to help with how to start contributing.