{"id":13989011,"url":"https://github.com/AmanoTeam/Unalix","last_synced_at":"2025-07-22T10:30:51.889Z","repository":{"id":62586286,"uuid":"257099335","full_name":"AmanoTeam/Unalix","owner":"AmanoTeam","description":"Small, dependency-free, fast Python package for removing tracking fields from URLs.","archived":true,"fork":false,"pushed_at":"2022-09-13T12:57:48.000Z","size":368,"stargazers_count":38,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-08T23:42:27.315Z","etag":null,"topics":["internet","python","python3","security"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/unalix","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AmanoTeam.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}},"created_at":"2020-04-19T20:49:15.000Z","updated_at":"2024-11-12T06:28:09.000Z","dependencies_parsed_at":"2022-11-03T22:16:07.757Z","dependency_job_id":null,"html_url":"https://github.com/AmanoTeam/Unalix","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/AmanoTeam/Unalix","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmanoTeam%2FUnalix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmanoTeam%2FUnalix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmanoTeam%2FUnalix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmanoTeam%2FUnalix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AmanoTeam","download_url":"https://codeload.github.com/AmanoTeam/Unalix/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmanoTeam%2FUnalix/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266474949,"owners_count":23934843,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["internet","python","python3","security"],"created_at":"2024-08-09T13:01:28.808Z","updated_at":"2025-07-22T10:30:51.528Z","avatar_url":"https://github.com/AmanoTeam.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# Unalix\n\nUnalix is a library written in Python, it implements the specification used by the [ClearURLs](https://github.com/ClearURLs/Addon) addon for removing tracking fields from URLs.\n\n## Installation\n\nInstall using `pip`:\n\n```bash\npython3 -m pip install --force-reinstall \\\n    --disable-pip-version-check \\\n    --upgrade \\\n    'unalix'\n```\n\nThe version from git might be broken sometimes, but you can also install from it:\n\n```bash\npython3 -m pip install --force-reinstall \\\n    --disable-pip-version-check \\\n    --upgrade \\\n    'https://codeload.github.com/AmanoTeam/Unalix/tar.gz/refs/heads/master'\n```\n\n_**Note**: Unalix requires Python 3.6 or higher._\n\n## Usage:\n\nRemoving tracking fields:\n\n```python\nimport unalix\n\nurl: str = \"https://deezer.com/track/891177062?utm_source=deezer\"\nresult: str = unalix.clear_url(url=url)\n\nassert result == \"https://deezer.com/track/891177062\"\n```\n\nResolving shortened URL:\n\n```python\nimport unalix\n\nurl: str = \"https://bitly.is/Pricing-Pop-Up\"\nresult: str = unalix.unshort_url(url=url)\n\nassert result == \"https://bitly.com/pages/pricing\"\n```\n\n_**Tip**: The `unshort_url()` method will strip tracking fields from any URL before following a redirect, so you don't need to manually call `clear_url()` for it's return value._\n\n## Contributing\n\nIf you have discovered a bug in this library and know how to fix it, fork this repository and open a Pull Request.\n\n## Third party software\n\nUnalix includes some third party software in its codebase. See them below:\n\n- **ClearURLs**\n  - Author: Kevin Röbert\n  - Repository: [ClearURLs/Rules](https://github.com/ClearURLs/Rules)\n  - License: [GNU Lesser General Public License v3.0](https://gitlab.com/ClearURLs/Rules/blob/master/LICENSE)\n\n- **Requests**\n  - Author: Kenneth Reitz\n  - Repository: [psf/requests](https://github.com/psf/requests)\n  - License: [Apache v2.0](https://github.com/psf/requests/blob/master/LICENSE)\n\n- **Pyrogram**\n  - Author: Dan\n  - Repository: [pyrogram/pyrogram](https://github.com/pyrogram/pyrogram)\n  - License: [LGPL-3.0](https://github.com/pyrogram/pyrogram/blob/master/COPYING)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAmanoTeam%2FUnalix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAmanoTeam%2FUnalix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAmanoTeam%2FUnalix/lists"}