social media scanner
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
spry-0.5.5.tar.gz
(138.1 kB
view details)
Built Distribution
spry-0.5.5-py2.py3-none-any.whl
(142.0 kB
view details)
File details
Details for the file spry-0.5.5.tar.gz
.
File metadata
- Download URL: spry-0.5.5.tar.gz
- Upload date:
- Size: 138.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4dad27193dc13546523130c7ffa00a6054ccb78b68e25b9ead68dc86c4bfcd46 |
|
MD5 | 3d909e734197f48b3f704d343050d9f5 |
|
BLAKE2b-256 | 8598f6610a0d0325e53eb24cd659f593cdf48882e0581d627f83217e5c88f79c |
File details
Details for the file spry-0.5.5-py2.py3-none-any.whl
.
File metadata
- Download URL: spry-0.5.5-py2.py3-none-any.whl
- Upload date:
- Size: 142.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ab69f0aeda234647d38ec1c1f8bdb902369427d3882e680da2b503a2d3f3900c |
|
MD5 | 9c024376456ec42feab23d094bde5e63 |
|
BLAKE2b-256 | af387b849d372a3d8b19908bc466cab508683c1cf9049963f7d85e41cc115fd3 |
social media intelligence from the terminal
WORKING SCREENSHOT (version 0.4.9)
WARNING:
this is in early beta
30 social accounts working so far…
KEY FEATURES:
Saves profile images and content from each profile found in the directory that you ran the command from.
Puts all found data into a single PDF (username-report.pdf) in the directory that you ran the command from.
Progress DOTS and nice COLOURS assuming your terminal supports it.
Randomized pausing between lookups so you don’t get blocked.
Randomized list of +8500 User Agent strings in use by default (can override via -u arg).
Proxy override via -p arg.
INSTALL via pip:
pip install spry
or
INSTALL via git:
git clone git@github.com:jamesacampbell/spry.git
then cd spry then python spry-run.py [username]
DEV PATH?
the goal is to get to +100 services that have public url user name profile links to check and gather information from
EXAMPLES:
run via spry [username]
run without spitting out a pdf report:
spry [username] --no-report
run with verbose mode (show the user agent of each request):
spry [username] -v