socid-extractor
socid-extractor copied to clipboard
⛏️ Extract accounts info from personal pages on various sites for OSINT purpose
Example: https://www.smule.com/Blue User info block is placed right in first script tag: ``` Profile: {"user":{"account_id":173,"handle":"Blue","pic_url":"https://c-sf.smule.com/rs-z0/account/icon/v4_defpic.png","url":"/Blue","followers":"155","followees":"0","num_performances":"0","is_following":false,... ```
With username: https://weibo.com/clairekuo With id: https://weibo.com/u/6215884155
FB_UID
Hi, I needed some information. I noticed that the fb_uid is also obtained from resolving an instagram profile. Does this data correspond to an existing Facebook UID? I did some...
This is relevant to the operation on url input. socid-extractor sends request to the url and only then tries to parse according to its list of supported websites. On the...
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.2 to 7.1.3. Release notes Sourced from pytest's releases. 7.1.3 pytest 7.1.3 (2022-08-31) Bug Fixes #10060: When running with --pdb, TestCase.tearDown is no longer called for tests...
Updates the requirements on [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) to permit the latest version. Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger...