Skip to content

Commit

Permalink
PyPI package egg for 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
plague-anon committed Aug 28, 2020
1 parent 1682ceb commit a81dfe5
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 67 deletions.
105 changes: 41 additions & 64 deletions tldsearcher.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,109 +1,86 @@
Metadata-Version: 2.1
Name: tldsearcher
Version: 1.0.3
Version: 1.0.4
Summary: A tool for finding TLDs for domains
Home-page: https://github.com/plague-anon/tldsearcher
Author: plague
Author-email: plague_anon@protonmail.com
License: GNU General Public License v3
Description: ![License](https://img.shields.io/github/license/plague-anon/tldsearcher) ![LastCommit](https://img.shields.io/github/last-commit/plague-anon/tldsearcher) ![os](https://img.shields.io/badge/Supported%20OS-GNU%2FLinux-blue) ![version](https://img.shields.io/github/v/release/plague-anon/TLDSearcher) ![wheel](https://img.shields.io/pypi/wheel/TLDSearcher) ![pythonversion](https://img.shields.io/pypi/pyversions/tldsearcher)

![tldsearcher image](/imgs/tldsearcher.png)

![tldSearcher Image](/imgs/tldsearcher.png)
# TLDSearcher
This Python tool searches for existing top-level domains _(TLDs)_ for the target domain.

For more information about domains, see the ![wiki](https:www.github.com/plague-anon/TLDSearcher/wiki)

This Python tool searcher target domains for existing top-level domains _(TLDs)_

## Installation
**TLDSearcher** can be installed via [Github](https://github.com/plague-anon/TLDSearcher/) or [PyPI](https://pypi.org/project/tldsearcher/). Details on each are listed below.

### Github
Navigate to the directory where you want to download the program.

1. open a terminal and type:

> `git clone https://www.github.com/plague-anon/TLDSearcher`

2. Change into the directory git made for you:

> `cd TLDSearcher`

3. Run the following command to install the program:

> `python3 setup.py install`

You can now use the `tldsearcher` command from anywhere on your system


### PyPI
You can install **TLDSearcher** via pip with 2 methods.
**Method 1**
Issue the following command from the terminal to download the [latest version](https://pypi.org/project/tldsearcher/) from [pypi.org](https://pypi.org)

> `pip3 install tldsearcher`

**Method 2**
Issue the following command from the terminal to download the [latest version](https://github.com/plague-anon/TLDSearcher/releases) from [Github](https://www.github.com)

> `pip3 install -e git+https://github.com/plague-anon/TLDSearcher#egg=pkg`

### Github
Clone the repository from Github
```
> git clone https://github.com/plague-anon/TLDSearcher
```
Change into the directory
```
> cd TLDSearcher
```
Run setup.py
```
> python3 setup.py install
```
The installation process will create a link to your /usr/local/bin file and you can run the program from anywhere on your system by typing `tldsearcher`


## Usage Example
```
> tldsearcher -t example -d com,co.uk,.net,.org -v
tldsearcher -t example -d com,co.uk,.net,.org -v
```
_The `-d` flag must be a string of TLDs, separated with a comma. The preceding `.` does not have to be supplied_

_For more examples and usage, please refer to the [Wiki][wiki]._


## Meta

plague – plague_anon@protonmail.com

Join me on the ![official Anonymous IRC](webchat.anonops.com), or via an IRC client, `irc.anonops.com:6697`

Join me on the official Anonymous IRC webchat.anonops.com, or via an IRC client, irc.anonops.com:6697
Distributed under the GNU General Public License v3.0. See ``LICENSE`` for more information.

https://github.com/plague-anon/TLDSearcher

## Contributing

1. Fork it (<https://github.com/plague-anon/TLDSearcher>)

2. Create your feature branch
> `git checkout -b feature/fooBar`

3. Commit your changes
> `git commit -am 'Add some fooBar'`

4. Push to the branch
> `git push origin feature/fooBar`

2. Create your feature branch (`git checkout -b feature/fooBar`)
3. Commit your changes (`git commit -am 'Add some fooBar'`)
4. Push to the branch (`git push origin feature/fooBar`)
5. Create a new Pull Request


[wiki]: https://github.com/plague-anon/TLDSearcher/wiki
[gitRepo]: https://github.com/plague-anon/TLDSearcher


# History

* **1.0.4**
* Corrected errors in documentation and git trees
* **1.0.3**
* Added more documentation
* New installation instructions
Expand All @@ -115,7 +92,7 @@ Description: ![License](https://img.shields.io/github/license/plague-anon/tldsea
* Fixed verbose mode not printing negative results
* **1.0.0**
* 1.0.0 full package release

Keywords: tldsearcher
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Expand Down
4 changes: 1 addition & 3 deletions tldsearcher.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@ docs/index.rst
docs/installation.rst
docs/make.bat
docs/usage.rst
tests/__init__.py
tests/test_tldsearcher.py
tldsearcher/__init__.py
tldsearcher/tlds.py
tldsearcher/tldsearcher.py
tldsearcher.egg-info/PKG-INFO
tldsearcher.egg-info/SOURCES.txt
tldsearcher.egg-info/dependency_links.txt
tldsearcher.egg-info/not-zip-safe
tldsearcher.egg-info/top_level.txt
tldsearcher.egg-info/top_level.txt
1 change: 1 addition & 0 deletions tldsearcher.egg-info/dependency_links.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

1 change: 1 addition & 0 deletions tldsearcher.egg-info/not-zip-safe
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

1 change: 1 addition & 0 deletions tldsearcher.egg-info/top_level.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tldsearcher

0 comments on commit a81dfe5

Please sign in to comment.