{"id":16508985,"url":"https://github.com/developeranaz/gourlencode","last_synced_at":"2026-05-12T17:49:06.147Z","repository":{"id":110857714,"uuid":"597707699","full_name":"developeranaz/GoUrlEncode","owner":"developeranaz","description":"A Simple URL encoder","archived":false,"fork":false,"pushed_at":"2023-02-05T12:32:08.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-12T17:12:49.206Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/developeranaz.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}},"created_at":"2023-02-05T11:55:33.000Z","updated_at":"2023-02-05T17:18:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"be4efe32-e9d3-4188-888a-1daee6e1011e","html_url":"https://github.com/developeranaz/GoUrlEncode","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developeranaz%2FGoUrlEncode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developeranaz%2FGoUrlEncode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developeranaz%2FGoUrlEncode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developeranaz%2FGoUrlEncode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/developeranaz","download_url":"https://codeload.github.com/developeranaz/GoUrlEncode/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241460090,"owners_count":19966511,"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":[],"created_at":"2024-10-11T15:48:35.849Z","updated_at":"2026-05-12T17:49:01.112Z","avatar_url":"https://github.com/developeranaz.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GoUrlEncode\n\nThis repository contains a simple URL encoder application implemented in Go. The application takes in a string as input and returns its URL-encoded equivalent.\n\nThis tool offers numerous advantages. I originally created it to address a limitation in the messaging feature of Telegram bots. Sending messages through bots using pre-installed applications like curl can make the system lightweight and conserve storage. Encoding URLs with Python is straightforward, however, it requires a larger storage space. On the other hand, using a Golang script for URL encoding offers a more efficient solution. The script can be compiled into a binary that is compatible with various operating systems and does not require Golang to be installed on the system. The resulting binary is lightweight, fast and has a much smaller size compared to Python.\n\n\n## Building the application\n\nTo build the application, you will need to have Go installed on your system. Once you have Go set up, follow these steps:\n\n1. Clone this repository to your local machine.\n2. Navigate to the repository's directory.\n3. Run the following command:\n```\ngo build -o goencode.go\n```\n\nThis will create an executable binary named `goencode` in the current directory.\n\n## Running the application\n\nTo run the application, simply run the following command in the terminal:\n\n```\n./goencode -s \"A sample text with anything @#$%\u0026\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeveloperanaz%2Fgourlencode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeveloperanaz%2Fgourlencode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeveloperanaz%2Fgourlencode/lists"}