{"id":21712142,"url":"https://github.com/atiilla/geospy","last_synced_at":"2025-04-04T17:04:16.420Z","repository":{"id":218558341,"uuid":"746780730","full_name":"atiilla/geospy","owner":"atiilla","description":"Python tool using Graylark's AI-powered geo-location service to uncover the location where photos were taken.","archived":false,"fork":false,"pushed_at":"2024-06-01T15:35:22.000Z","size":265,"stargazers_count":345,"open_issues_count":1,"forks_count":39,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-03-28T16:04:22.813Z","etag":null,"topics":["geolocation","image","osint"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/geospyer/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/atiilla.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-22T16:58:28.000Z","updated_at":"2025-03-28T15:21:47.000Z","dependencies_parsed_at":"2024-06-01T17:31:40.063Z","dependency_job_id":"412f0228-8cc3-4f65-a3b8-3e4395b9afaf","html_url":"https://github.com/atiilla/geospy","commit_stats":{"total_commits":7,"total_committers":1,"mean_commits":7.0,"dds":0.0,"last_synced_commit":"6c4fa47af48eeb1b6842f5f62202c0b0249c687e"},"previous_names":["atiilla/geospy"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atiilla%2Fgeospy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atiilla%2Fgeospy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atiilla%2Fgeospy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atiilla%2Fgeospy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atiilla","download_url":"https://codeload.github.com/atiilla/geospy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247217174,"owners_count":20903008,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["geolocation","image","osint"],"created_at":"2024-11-25T23:34:33.663Z","updated_at":"2025-04-04T17:04:16.395Z","avatar_url":"https://github.com/atiilla.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# geospy\n\n![GitHub](https://img.shields.io/github/license/atiilla/geospy)\n![GitHub release (latest by date)](https://img.shields.io/github/v/release/atiilla/geospy)\n\nPython tool using Graylark's AI-powered geo-location service to uncover the location where photos were taken.\n\n![screenshot](screenshot.PNG)\n\n## Installation\n\n```bash\npip install geospyer\n```\n\n## Usage\n\n```bash\ngeospyer --image path/to/your/image.jpg\n```\n\n```python\nfrom geospy import GeoSpy\n\ngeospy = GeoSpy()\ncountry = geospy.country(\"image.png\")\ncity = geospy.city(\"image.png\")\nexplanation = geospy.explanation(\"image.png\")\ncoordinates = geospy.coordinates(\"image.png\")\nmaps_link = geospy.maps(\"image.png\")\nlocation_data = geospy.locate(\"image.png\")\nprint(str(location_data))\n```\n\nReplace path/to/your/image.jpg with the actual path to the image you want to analyze.\n\n## Features\n\n- Generate Google Maps links based on image coordinates.\n\n## Disclaimer\n\nThis application uses Graylark's AI-powered geolocation. It is not affiliated with Graylark, and the author is not responsible for the consequences of using this application.\n\n## Contributing\n\n1. Fork the repository\n2. Create a new branch (git checkout -b feature/new-feature).\n3. Commit your changes (git commit -am 'Add new feature').\n4. Push to the branch (git push origin feature/new-feature).\n5. Create a pull request.\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## Acknowledgments\n\n- [Thanks to Graylark](https://graylark.io/) for providing the AI-powered geolocation service.\n- [Thanks to @metaltiger775] for transforming the project into a versatile library that can be seamlessly integrated into other codebases!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatiilla%2Fgeospy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatiilla%2Fgeospy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatiilla%2Fgeospy/lists"}