v0.1.1
soxoj/socid-extractorv0.1.1Jul 13, 2026by soxoj
AI Summary
This release introduces support for new social media and academic platforms, including Instagram GraphQL, Snapchat, Faceit, and bio.site. It also enhances the extractor with 5 new ORCID-keyed academic schemes and fixes issues with LeetCode and DeviantArt.
Key Highlights
- Added Instagram GraphQL extractor
- Added support for 5 academic schemes (ORCID, OpenAlex, arXiv, DBL)
- Added support for Snapchat, Faceit, and bio.site
- Fixed LeetCode GraphQL extraction with newer API endpoints
New Features
- Instagram GraphQL extractor
- ORCID-keyed academic schemes (ORCID, OpenAlex, arXiv, DBL)
- Snapchat.com support
- bio.site support
- Faceit support
- BuyMeACoffee extraction
Full Release Notes
## What's Changed * Add extraction for BuyMeACoffee and fix Weibo test docstring by @kaifcodec in https://github.com/soxoj/socid-extractor/pull/251 * fix: LeetCode GraphQL extraction with newer api endpoint query by @kaifcodec in https://github.com/soxoj/socid-extractor/pull/252 * add: instagram grphql extractor by @kaifcodec in https://github.com/soxoj/socid-extractor/pull/253 * feat: add 5 ORCID-keyed academic schemes (ORCID, OpenAlex, arXiv, DBL… by @soxoj in https://github.com/soxoj/socid-extractor/pull/254 * DeviantArt fixes by @soxoj in https://github.com/soxoj/socid-extractor/pull/256 * added snapchat.com by @ayxkaddd in https://github.com/soxoj/socid-extractor/pull/257 * added bio.site by @ayxkaddd in https://github.com/soxoj/socid-extractor/pull/258 * Added Faceit by @ayxkaddd in https://github.com/soxoj/socid-extractor/pull/259 ## New Contributors * @kaifcodec made their first contribution in https://github.com/soxoj/socid-extractor/pull/251 **Full Changelog**: https://github.com/soxoj/socid-extractor/compare/v0.1.0..v0.1.1