{"id":20637663,"url":"https://github.com/isebasus/curl","last_synced_at":"2026-05-05T04:07:41.451Z","repository":{"id":129818938,"uuid":"461345048","full_name":"isebasus/curl","owner":"isebasus","description":"A curl replication!","archived":false,"fork":false,"pushed_at":"2022-03-06T00:04:16.000Z","size":1307,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-11T06:22:04.024Z","etag":null,"topics":["curl","http","python","socket"],"latest_commit_sha":null,"homepage":"","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/isebasus.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":"2022-02-20T00:13:31.000Z","updated_at":"2022-06-03T20:01:35.000Z","dependencies_parsed_at":"2023-06-19T06:59:36.878Z","dependency_job_id":null,"html_url":"https://github.com/isebasus/curl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/isebasus/curl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isebasus%2Fcurl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isebasus%2Fcurl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isebasus%2Fcurl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isebasus%2Fcurl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/isebasus","download_url":"https://codeload.github.com/isebasus/curl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isebasus%2Fcurl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32634754,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"online","status_checked_at":"2026-05-05T02:00:06.033Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["curl","http","python","socket"],"created_at":"2024-11-16T15:15:25.511Z","updated_at":"2026-05-05T04:07:41.446Z","avatar_url":"https://github.com/isebasus.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📦  Curl! [![License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://github.com/isebasus/Curl/blob/master/LICENSE)\n\n## A simple program that replicates Curl\n This project is a simple command line program which fetches HTML pages based on the urls provided by users. The program uses the socket library to process low level http requests to webservers. \n\n## What you need\nYou will need [python3](https://www.python.org/downloads/) installed and the `socket` python library installed as dependecies.\n\n## Building this project\nOnce all dependecies are installed, you will also need the files:\n- HTTPoutput.html\n- Log.csv\n\n**To run the program:**\n\n```\n$ python3 sicarbonMyCurl [-h] url [hostname]\n```\n\n**Documentation:**\n\n```\nCurl Replication Program\n\n--------------------------------\n\n A Curl Replication for\n\n users to request HTML\n\n documents from hosts.\n\n  \n\npositional arguments:\n\n url http://hostname[ip]:[port]/[args]\n\n hostname Optional hostname argument\n\n  \n\noptional arguments:\n\n -h, --help show this help message and exit\n\n -l List Header Information.\n```\n\n## ❗ Unsupported\n- HTTPS \n- Chunk Encoding\n- Redirection\n\n## 📋 Log.csv\n\n### Unsuccessful and Successful URLs\n```\nUnsuccessful, 54, http://www.google.com:443, www.google.com, 192.168.1.11, 142.251.46.228, 50817, 443, [Errno 54] Connection reset by peer\n\nUnsuccessful, 301, http://isebas.us:80, isebas.us, 192.168.1.11, 149.248.9.165, 50931, 80, HTTP/1.1 301 Moved Permanently\n\nSuccess, 200, http://example.com, example.com, 192.168.1.11, 93.184.216.34, 50963, 80, HTTP/1.1 200 OK\n\nSuccess, 200, http://pudim.com.br/, pudim.com.br, 192.168.1.11, 54.207.20.104, 51122, 80, HTTP/1.1 200 OK\n\nUnsuccessful, 404, http://www.example.com/anyname.html, www.example.com, 192.168.1.11, 93.184.216.34, 51143, 80, HTTP/1.1 404 Not Found\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisebasus%2Fcurl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fisebasus%2Fcurl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisebasus%2Fcurl/lists"}