Made with Python3 (C) @FayasNoushad Copyright permission under MIT License License -> https://github.com/FayasNoushad/Query-Extract/blob/main/LICENSE Installation pip install Query-Extract Usage username=FayasNoushad&theme=tokyonight "> import query_extract link = "https://github-readme-stats.vercel.app/api?username=FayasNoushad&theme=tokyonight" print(query_extract.extract(link)) # returns :- """ { "username": "FayasNoushad", "theme": "tokyonight" } """ data = { "username": "FayasNoushad", "theme": "tokyonight" } print(query_extract.stringify(data)) # => username=FayasNoushad&theme=tokyonight Credits Fayas Noushad
What's Changed Update by @FayasNoushad in https://github.com/FayasNoushad/Query-Extract/pull/4 Full Changelog: https://github.com/FayasNoushad/Query-Extract/compare/v1.0.4...v1.0.5 Source code(tar.gz)Source code(zip)
What's Changed Update setup by @FayasNoushad in https://github.com/FayasNoushad/Query-Extract/pull/3 Full Changelog: https://github.com/FayasNoushad/Query-Extract/compare/v1.0.3...v1.0.4 Source code(tar.gz)Source code(zip)
What's Changed Fix Readme Usage by @FayasNoushad in https://github.com/FayasNoushad/Query-Extract/pull/2 Full Changelog: https://github.com/FayasNoushad/Query-Extract/compare/v1.0.2...v1.0.3 Source code(tar.gz)Source code(zip)
What's Changed Add stringify by @FayasNoushad in https://github.com/FayasNoushad/Query-Extract/pull/1 Full Changelog: https://github.com/FayasNoushad/Query-Extract/compare/v1.0.1...v1.0.2 Source code(tar.gz)Source code(zip)
Add Usage in Readme Full Changelog: https://github.com/FayasNoushad/Query-Extract/compare/v1.0.0...v1.0.1 Source code(tar.gz)Source code(zip)