{"id":23107676,"url":"https://github.com/danielcba/speed_test_logger","last_synced_at":"2025-04-03T22:43:59.187Z","repository":{"id":267034110,"uuid":"900082292","full_name":"danielcba/speed_test_logger","owner":"danielcba","description":"This Python script uses the `speedtest` library to measure internet speed and save the results to a CSV file. It's great for monitoring your connection's performance over time.","archived":false,"fork":false,"pushed_at":"2024-12-07T20:24:39.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-09T10:41:48.905Z","etag":null,"topics":["csv","ookla","python3","speedtest-cli"],"latest_commit_sha":null,"homepage":"https://github.com/sivel/speedtest-cli/blob/master/speedtest.py","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/danielcba.png","metadata":{"files":{"readme":"README-EN.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-12-07T20:14:27.000Z","updated_at":"2024-12-14T23:04:07.000Z","dependencies_parsed_at":"2024-12-07T21:29:25.646Z","dependency_job_id":null,"html_url":"https://github.com/danielcba/speed_test_logger","commit_stats":null,"previous_names":["danielcba/speed_test_logger"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielcba%2Fspeed_test_logger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielcba%2Fspeed_test_logger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielcba%2Fspeed_test_logger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielcba%2Fspeed_test_logger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danielcba","download_url":"https://codeload.github.com/danielcba/speed_test_logger/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247092373,"owners_count":20882217,"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":["csv","ookla","python3","speedtest-cli"],"created_at":"2024-12-17T01:15:39.934Z","updated_at":"2025-04-03T22:43:59.166Z","avatar_url":"https://github.com/danielcba.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Speed Test Logger\n\nThis project uses the `speedtest` library to measure Internet speed and save the results in a CSV file. It is ideal for monitoring your connection's performance over time.\n\n## Features\n\n- Performs tests for download speed, upload speed, and latency (ping).\n- Automatically selects the server with the best latency.\n- Saves results in a structured CSV file.\n\n## Requirements\n\n- Python 3.7 or higher\n- Required libraries:\n  - `speedtest`\n  - `csv` (included with Python)\n  - `os` (included with Python)\n\nTo install the `speedtest` library, run:\n\n```bash\npip install speedtest-cli\n```\n\n## Usage\n\n1. Download or clone this repository.\n2. Run the script:\n\n```bash\npython speed_test_logger.py\n```\n\n3. The results will be automatically saved in the `speedtest_results.csv` file.\n\n## CSV File Structure\n\nThe file contains the following columns:\n\n| Column            | Description                                           |\n|-------------------|-------------------------------------------------------|\n| Server ID         | Unique identifier of the server                      |\n| Sponsor           | Name of the server's sponsor                         |\n| Server Name       | Name of the server                                   |\n| Timestamp         | Date and time of the test                            |\n| Distance          | Distance to the server (in km)                       |\n| Ping              | Latency in milliseconds (ms)                         |\n| Download          | Download speed (in bits/s)                           |\n| Upload            | Upload speed (in bits/s)                             |\n| Share             | URL to share the results                             |\n| IP Address        | Client's IP address                                  |\n\n## Contributions\n\nContributions are welcome! If you have suggestions or improvements, please open an issue or a pull request.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielcba%2Fspeed_test_logger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielcba%2Fspeed_test_logger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielcba%2Fspeed_test_logger/lists"}