https://github.com/vaibhavsingh97/stalkpy
A Python script to opens the major social networks associated to the specific handle. Inspired from https://github.com/samanthakem/HandleStalker :rocket: :dancer:
https://github.com/vaibhavsingh97/stalkpy
cli comman demo friends highlighting linux macos python python3 social-accounts stalking windows
Last synced: 9 months ago
JSON representation
A Python script to opens the major social networks associated to the specific handle. Inspired from https://github.com/samanthakem/HandleStalker :rocket: :dancer:
- Host: GitHub
- URL: https://github.com/vaibhavsingh97/stalkpy
- Owner: vaibhavsingh97
- License: mit
- Created: 2017-08-25T13:36:23.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T02:07:24.000Z (over 3 years ago)
- Last Synced: 2025-04-12T17:53:37.531Z (about 1 year ago)
- Topics: cli, comman, demo, friends, highlighting, linux, macos, python, python3, social-accounts, stalking, windows
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 27
- Watchers: 2
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# StalkPy
Command line tool to open the major social accounts connected to the specfic handle. Inspired from [HandleStalker](https://github.com/samanthakem/HandleStalker) :dancer: :rocket:
[](https://www.codacy.com/app/vaibhavsingh97/StalkPy?utm_source=github.com&utm_medium=referral&utm_content=vaibhavsingh97/StalkPy&utm_campaign=Badge_Grade) [](https://travis-ci.org/vaibhavsingh97/StalkPy) [](https://requires.io/github/vaibhavsingh97/StalkPy/requirements/?branch=master) [](https://vaibhavsingh97.mit-license.org/)
```
_____ _ _ _ _____
/ ____| | | | | | | | __ \
| (___ | |_ __ _ | | | | __ | |__) | _ _
\___ \ | __| / _` | | | | |/ / | ___/ | | | |
____) | | |_ | (_| | | | | < | | | |_| |
|_____/ \__| \__,_| |_| |_|\_\ |_| \__, |
__/ |
|___/
```
## Installation
### Clone
**1.)** Clone the repository by using this link :
```
$ git clone https://github.com/vaibhavsingh97/StalkPy.git
```
### Run
**2.)** Open terminal window there and the type these comands :
```
$ cd Stalkpy && pip install -r requirements.txt
```
User can query as many username
```
$ python StalkPy.py -u USERNAME [USERNAME ...]
```
To get help use
```
$ python StalkPy.py [-h] [--help]
```
### Configure
**3.)** The `Config.json` contains a list of social accounts. You can add as many social accounts you want. Just remember to ensure the `Config.json` file is [valid JSON](http://jsonlint.com/).
### Support
| | Python 2.7 | Python 3.5 |
|---------|---------------------------------|---------------------------------|
| Linux | :white_check_mark: Full support | :white_check_mark: Full support |
| Max OS | :white_check_mark: Full support | :white_check_mark: Full support |
| Windows | :white_check_mark: Full support | :white_check_mark: Full support |
#### To-do
- [ ] Make the script faster :)
- [ ] check list of browser and open accordingly
- [x] ~~Command line addition of accounts to `Config.json`~~
- [ ] check the validity of username.
- [x] ~~handle case if no social account found~~
- [x] ~~test cross plateform support~~
- [x] ~~Add clint support (used argparse)~~
## Issues
You can report the bugs at the [issue tracker](https://github.com/vaibhavsingh97/StalkPy/issues)
## License
Built with ♥ by Vaibhav Singh([@vaibhavsingh97](https://github.com/vaibhavsingh97)) under [MIT License](https://vaibhavsingh97.mit-license.org/)
You can find a copy of the License at