Last 12 weeks · 0 commits
4 of 6 standards met
Repository: sindresorhus/ipify. Description: Get your public IP address Stars: 286, Forks: 18. Primary language: JavaScript. Languages: JavaScript (83.4%), TypeScript (16.6%). License: MIT. Latest release: v7.0.0 (5mo ago). Open PRs: 0, open issues: 0. Last activity: 5mo ago. Community health: 71%. Top contributors: sindresorhus, kevva, arthurvr, kant, BendingBender, LinusU, willmacdonald, stroncium.
Thank you for this useful API. I was working with it and wanted to use the geo.ipify api to get more details like ISP, since ipify api does does not support this out of the box unless you use the geo.ipify api and create an apikey to add to the endpoint url. If possible, it would be cool to add the geo.ipify api endpint as well to the list of and call that if the user provides a valid api key to the function; e.g . If this would be useful, if need be I can make this addition myself if contributions are accepted. I did not see a contribution guild file so I decided to raise an issue to ask the team. Cheers.
When using python 3.8 or higher, it seems there is an issue with the package platform. As per this SO answer it seems the package.linux_distribution was deprecated starting with Python 3.5. This makes the line 9 of settings.py: fail with the following error message: An alternative seems to be the usage of the distro package. I can make a PR if you are ok