Metadata-Version: 2.1
Name: accscout
Version: 1.3.3
Summary: Search for certain user accounts on popular websites on the internet
Home-page: https://gitlab.com/richardnagy/security/accscout
Author: Richard Antal Nagy
Author-email: nagy.richard.antal@gmail.com
License: MIT
Keywords: accscout,account,security,hacking,OSINT,crawler
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Topic :: Security
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# Account Scout

Search for certain user accounts on popular websites on the internet

## Installation

### With pip package manager

```bash
pip install accscout
```

### From repository

Download repository

```bash
git clone https://gitlab.com/richardnagy/security/accscout
cd accscout
```

Run setup script

> Make sure you use the correct python command. On Linux systems it's python3 by default.

```bash
python setup.py install
```

## Usage

After installation, simply use the command with the username you're searching for

```bash
accscout [USERNAME]
```

## Example

![demo run of the app](/assets/demo.png)

## License

Standard MIT license ([view](/LICENSE))


