Metadata-Version: 2.3
Name: domain92
Version: 1.3.1
Summary: A totally rad cli tool to automate freedns link creation
License: GPL-3.0-or-later
Author: Cbass92
Author-email: contact@cbass92.org
Requires-Python: >=3.12,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: art (>=6.4,<7.0)
Requires-Dist: freedns-client (>=0.1.3,<0.2.0)
Requires-Dist: lolpython (>=2.2.0,<3.0.0)
Requires-Dist: pillow (>=11.1.0,<12.0.0)
Requires-Dist: pysocks (>=1.7.1,<2.0.0)
Requires-Dist: pytesseract (>=0.3.13,<0.4.0)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Requires-Dist: stem (>=1.8.2,<2.0.0)
Project-URL: Repository, https://github.com/sebastian-92/domain92
Description-Content-Type: text/markdown

# domain92
A totally rad cli tool to automate freedns link creation.<br><br>
For more in depth information and tutorials, see the [community wiki](https://github.com/sebastian-92/domain92/wiki)!
## Function
This script simplifies account creation and domain making on freedns.afraid.org.
It uses ading2210's [freedns client](https://github.com/ading2210/freedns-client) and the guerrillamail.com api.
All you have to do is sit there and solve captchas!
## table of contents
- [domain92](#domain92)
  - [Function](#function)
  - [table of contents](#table-of-contents)
  - [Installation](#installation)
    - [with pip](#with-pip)
      - [install from pypi](#install-from-pypi)
      - [install from github repository](#install-from-github-repository)
- [License](#license)

## Installation
### with pip
#### install from pypi
```bash
pip install domain92
```
#### install from github repository
```bash
pip install git+https://github.com/sebastian-92/domain92
```
### See the [community wiki](https://github.com/sebastian-92/domain92/wiki/Usage) for up-to-date usage instructions
#### please star on [github](https://github.com/sebastian-92/domain92) if you use this!
# License
This project is licensed under the [GNU GPL v3.0](LICENSE) :)

