socials
socials copied to clipboard
👨👩👦 Social account detection and extraction in Python, e.g. for crawling/scraping.
Bumps [pip](https://github.com/pypa/pip) from 9.0.1 to 21.1. Changelog Sourced from pip's changelog. 21.1 (2021-04-24) Process Start installation scheme migration from distutils to sysconfig. A warning is implemented to detect differences between...
Regexes here: https://github.com/lorey/social-media-profiles-regexs/blob/master/regexes.json To be added here: https://github.com/lorey/socials/blob/master/socials/socials.py
Provide an option to sanitize input first. https://levelup.gitconnected.com/the-regular-expression-denial-of-service-redos-cheat-sheet-a78d0ed7d865
Bumps [wheel](https://github.com/pypa/wheel) from 0.30.0 to 0.38.1. Changelog Sourced from wheel's changelog. Release Notes UNRELEASED Updated vendored packaging to 22.0 0.38.4 (2022-11-09) Fixed PKG-INFO conversion in bdist_wheel mangling UTF-8 header values...
Looks like the regex has things newer versions of python won't accept. I'm using python 3.14, fwiw ``` C:\github\skip_trace\.venv\Lib\site-packages\socials\socials.py:13: SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not...