Metadata-Version: 2.1
Name: netizenship
Version: 0.2.3
Summary: Tool to check the username with popular websites for membership
Home-page: https://github.com/rahulrajpl/netizenship
Author: Rahul Raj
Author-email: rahulrajpl@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: beautifulsoup4 (>=4.8.2,<5.0.0)
Requires-Dist: importlib_metadata (>=1.4.0,<2.0.0)
Requires-Dist: pyfiglet (>=0.8.post1,<0.9)
Requires-Dist: requests (>=2.22.0,<3.0.0)
Requires-Dist: termcolor (>=1.1.0,<2.0.0)
Project-URL: Documentation, https://github.com/rahulrajpl/netizenship/blob/master/README.md
Description-Content-Type: text/markdown

# Netizenship![license](https://img.shields.io/github/license/rahulrajpl/netizenship) 

![tweet](https://img.shields.io/twitter/url?url=https%3A%2F%2Fgithub.com%2Frahulrajpl%2Fnetizenship)
![stars](https://img.shields.io/github/stars/rahulrajpl/netizenship?style=social)
![forks](https://img.shields.io/github/forks/rahulrajpl/netizenship?style=social)


This is a commandline tool to find the online presence of a username in popular social media websites like Facebook, Instagram, Twitter, etc.

![sneakpeak](./sneak.gif)

## Installation

Install this tool via following command

~~~
sudo pip3 install netizenship
~~~

## Usage

Once the tool is installed, run it by executing the command 

~~~
netizenship
~~~


and then enter the username to search for

## Contribute

This tool is presently at infant stage. I highly appreciate improvements and suggestions.

## License

MIT License 

Copyright (c) 2020 Rahul Raj

Read full license [here](./LICENSE)

