Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dubniczky/account-scout
Search for certain user accounts on popular websites on the internet
https://github.com/dubniczky/account-scout
automatization osint pip pypi pypi-package python scouting scraper
Last synced: 5 days ago
JSON representation
Search for certain user accounts on popular websites on the internet
- Host: GitHub
- URL: https://github.com/dubniczky/account-scout
- Owner: dubniczky
- License: mit
- Created: 2022-08-01T22:36:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-01T22:59:54.000Z (over 2 years ago)
- Last Synced: 2024-05-02T05:43:06.101Z (10 months ago)
- Topics: automatization, osint, pip, pypi, pypi-package, python, scouting, scraper
- Language: Python
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Account Scout
Search for certain user accounts on popular websites on the internet
## Support ❤️
If you find the project useful, please consider supporting, or contributing.
[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/dubniczky)
## 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))