Skip to content

Commit

Permalink
added email option
Browse files Browse the repository at this point in the history
  • Loading branch information
sumithemmadi committed Apr 20, 2022
1 parent 41e900e commit bcaf22f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,22 @@ Other command's
Sumith Emmadi
```

To print only email.

```bash
~$ truecallerpy -s [number] --email
Email : [email protected]
```

Other command's

```bash
~$ truecallerpy -s [number] --email -r

[email protected]
```


#### To get only JSON output

```bash
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

from setuptools import Command, find_packages, setup

version = "0.0.10"
version = "0.0.11"

this_dir = abspath(dirname(__file__))
with open(join(this_dir, 'README.md'), encoding='utf-8') as file:
Expand All @@ -43,8 +43,8 @@
url = 'https://github.com/sumithemmadi/truecallerpy',
author = 'Sumith Emmadi',
author_email = '[email protected]',
maintainer = "Sumith Emmadi",
maintainer_email = "[email protected]",
maintainer = "Sumith Emmadi,Shrikant Bache",
maintainer_email = "[email protected] , [email protected]",
license = 'MIT',
license_file = "LICENSE",
platforms = "any",
Expand Down
2 changes: 1 addition & 1 deletion truecallerpy/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#====================================================================================

def truecallerpy_info():
version = "0.0.10"
version = "0.0.11"
data = '''
truecallerpy
Version : {}
Expand Down

0 comments on commit bcaf22f

Please sign in to comment.