# PyFindSubDomains
> A Pythonic wrapper over the findsubdomains service
## About
[FindSubDomains](https://findsubdomains.com/)'s service is pretty self explainatory. This is the unofficial python wrapper.
## Author
[Daniel Abeles](https://twitter.com/Daniel_Abeles).
## Install
First, follow the installation guide of MassDNS.
Then, get it from PyPI:
```
pip install pyfindsubdomains
```
Or, build it from source:
```bash
git clone https://github.com/Den1al/pyfindsubdomains
cd pyfindsubdomains
python setup.py build
python setup.py install
```
## Usage
```python
from findsubdomains import FindSubDomains
fsd = FindSubDomains(domain='example.com')
for result in fsd.get():
print(result)
"""
>>> {'domain': 'example.com' ...
"""
```
## TODO
* Add more functionalities provided by the `findsubdomains` service.
## Credits
[FindSubDomains](https://findsubdomains.com/)
> A Pythonic wrapper over the findsubdomains service
## About
[FindSubDomains](https://findsubdomains.com/)'s service is pretty self explainatory. This is the unofficial python wrapper.
## Author
[Daniel Abeles](https://twitter.com/Daniel_Abeles).
## Install
First, follow the installation guide of MassDNS.
Then, get it from PyPI:
```
pip install pyfindsubdomains
```
Or, build it from source:
```bash
git clone https://github.com/Den1al/pyfindsubdomains
cd pyfindsubdomains
python setup.py build
python setup.py install
```
## Usage
```python
from findsubdomains import FindSubDomains
fsd = FindSubDomains(domain='example.com')
for result in fsd.get():
print(result)
"""
>>> {'domain': 'example.com' ...
"""
```
## TODO
* Add more functionalities provided by the `findsubdomains` service.
## Credits
[FindSubDomains](https://findsubdomains.com/)
Release files for pyfindsubdomains 0.0.2.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyfindsubdomains-0.0.2.3.tar.gz | 3.1 kB | Details |
Release files / pyfindsubdomains-0.0.2.3.tar.gz
| Download URL | pyfindsubdomains-0.0.2.3.tar.gz |
|---|---|
| Size | 3.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
df23d85f3ab1da9cd1c5b0da2a3797b2ddfe8da24018980b44411f1d83816aad
|
|
BLAKE2b-256 checksum How to use checksums |
1314334e8904e6afe801686ab7a9b748317dab8457baed9cb3b93331859d3018
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |