Metadata-Version: 2.1
Name: domain92
Version: 1.0.1
Summary: A totally rad cli tool to automate freedns link creation
Author: Cbass92
Author-email: contact@cbass92.org
Requires-Python: >=3.12,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: art (>=6.4,<7.0)
Requires-Dist: freedns-client (>=0.1.3,<0.2.0)
Requires-Dist: pillow (>=11.1.0,<12.0.0)
Requires-Dist: pytesseract (>=0.3.13,<0.4.0)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Description-Content-Type: text/markdown

# domain92
A totally rad cli tool to automate freedns link creation
## 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!
## Installation
### with pip
#### install from pypi
```bash
pip install domain92
```
#### install from github repository
```bash
pip install git+https://github.com/sebastian-92/domain92
```
## Usage
```bash
domain92 -h
```
## notes
- if use it enough, you might get ip blocked from creating accounts on freedns, use `--use_proxy` and `--proxy` to avoid this

- #### please star on [github](https://github.com/sebastian-92/domain92) if you use this!
# License
This project is licensed under the [GNU AGPL v3.0](LICENSE) :)

i <3 foss

