{"id":37075657,"url":"https://github.com/manojmanivannan/liveisstracker","last_synced_at":"2026-01-14T08:54:14.133Z","repository":{"id":50324705,"uuid":"428183497","full_name":"manojmanivannan/liveisstracker","owner":"manojmanivannan","description":"A simple streamlit app to track the live ISS location","archived":false,"fork":false,"pushed_at":"2025-10-28T22:25:09.000Z","size":5244,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-10-28T22:27:06.979Z","etag":null,"topics":["docker","iss","maven","python","tracker"],"latest_commit_sha":null,"homepage":"https://manojmanivannan-liveisstracker.streamlit.app/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/manojmanivannan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-11-15T08:36:59.000Z","updated_at":"2025-10-28T22:25:11.000Z","dependencies_parsed_at":"2024-03-30T14:30:17.465Z","dependency_job_id":"8596c29f-be6d-4302-90cc-06296c46ba8d","html_url":"https://github.com/manojmanivannan/liveisstracker","commit_stats":null,"previous_names":[],"tags_count":46,"template":false,"template_full_name":null,"purl":"pkg:github/manojmanivannan/liveisstracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manojmanivannan%2Fliveisstracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manojmanivannan%2Fliveisstracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manojmanivannan%2Fliveisstracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manojmanivannan%2Fliveisstracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manojmanivannan","download_url":"https://codeload.github.com/manojmanivannan/liveisstracker/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manojmanivannan%2Fliveisstracker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28414713,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T08:38:59.149Z","status":"ssl_error","status_checked_at":"2026-01-14T08:38:43.588Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["docker","iss","maven","python","tracker"],"created_at":"2026-01-14T08:54:12.491Z","updated_at":"2026-01-14T08:54:14.125Z","avatar_url":"https://github.com/manojmanivannan.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Live ISS Tracker\n\n🛰️ A simple desktop application and CLI that tracks the real-time location of the International Space Station.\n\nhttps://github.com/user-attachments/assets/6284dc17-650c-485c-b73b-92c596f66a4a\n\n## Quick Start\n\nThis application provides two main commands:\n*   `run`: Launches the interactive 3D globe in a desktop window.\n*   `location`: Prints the current latitude and longitude of the ISS to the console.\n\nTo use these commands, make sure you have a modern version of Python and `uv` installed, then simply run:\n\n```bash\n# To run the GUI application\nuvx --from liveisstracker iss run\n\n# To get the current location in your terminal\nuvx --from liveisstracker iss location\n```\n\n## Other Ways to Run\n\n### Using `pipx`\n\nIf you have `pipx` installed, you can use it to run the commands in an isolated environment:\n\n```bash\npipx run --spec liveisstracker iss run\npipx run --spec liveisstracker iss location\n```\n\n### Using `pip`\n\nYou can also install the package directly into your Python environment using `pip`:\n\n```bash\n# Install the package\npip install liveisstracker\n\n# Run the commands\niss run\niss location\n```\n\n## Development\n\nTo contribute to the development of this project, you can set it up locally:\n\n1.  **Clone the repository:**\n    ```bash\n    git clone https://github.com/manojmanivannan/liveisstracker.git\n    cd liveisstracker\n    ```\n\n2.  **Run the application commands:**\n    The included `run.sh` script uses `uv` to install dependencies and run the app in a local virtual environment. You can pass the subcommands to it:\n    ```bash\n    # Run the GUI\n    ./run.sh run\n\n    # Get the location\n    ./run.sh location\n    ```\n\n---\n\n### Versioning and Releasing\n\nThis project includes an interactive script to simplify the process of versioning and creating new releases.\n\nTo create a new version, run:\n\n```bash\n./version_tag_push\n```\n\nThis script will guide you through bumping the version number, creating a new Git tag, and pushing the tag to the remote repository. Pushing a new tag will automatically trigger the GitHub Actions workflow to publish the new version to PyPI.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanojmanivannan%2Fliveisstracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanojmanivannan%2Fliveisstracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanojmanivannan%2Fliveisstracker/lists"}