Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulrajpl committed Jan 20, 2020
1 parent 5c610a0 commit dc08918
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@

# Netizenship
--------------------------
![tweet](https://img.shields.io/twitter/url?url=https%3A%2F%2Fgithub.com%2Frahulrajpl%2Fnetizenship)


![issues](https://img.shields.io/github/issues/rahulrajpl/netizenship)
![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.
This is a commandline tool to find the online presence of a username in popular social media websites like Facebook, Instagram, Twitter, etc. Current version is 0.2.3

![sneakpeak](./sneak.gif)

Expand All @@ -15,23 +16,32 @@ This is a commandline tool to find the online presence of a username in popular
Install this tool via following command

~~~
sudo pip3 install netizenship
$ sudo pip3 install netizenship
~~~
To upgrade an old version, run

~~~
$ sudo pip3 install --upgrade netizenship
~~~

## Usage

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

~~~
netizenship
$ netizenship
~~~


and then enter the username to search for

## Contribute

This tool is presently at infant stage. I highly appreciate improvements and suggestions.
This tool is presently at infant stage. 38 websites are covered presently. I highly appreciate improvements and suggestions. Scope for additions/ improvements are broadly as follows: -

- More websites to be added.
- Report broken links or bugs with certain websites
- Add email lookup as an option


## License

Expand Down

0 comments on commit dc08918

Please sign in to comment.