JoMingyu / google-play-scraper

Google play scraper for Python inspired by <facundoolano/google-play-scraper>
MIT License
726 stars 197 forks source link

[BUG] About Taiwan Country #127

Open WinnieHappyOrg opened 2 years ago

WinnieHappyOrg commented 2 years ago

It used to be normal for us to use TW as the country code, but it started not working recently. It is normal for our APP to use this URL on Google Play, and we have not released it to the Chinese market. https://play.google.com/store/apps/details?id=com.cht.ottPlayer&hl=en_TW&gl=tw

According to the national use regulations of API, ISO 3166 is used. I listed the ISO 3166 code, which has TW. ex: Country(alpha_2='TW', alpha_3='TWN', common_name='Taiwan', flag='🇹🇼', name='Taiwan, Province of China', numeric='158', official_name='Taiwan, Province of China')

Is it possible to use TW as the country code without involving political positions? thanks