Skip to content

Commit

Permalink
Rewrite Beta 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BirdsAreFlyingCameras committed May 7, 2024
1 parent ff67357 commit abc2db4
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
Binary file added Gifs/Usage.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 42 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,44 @@
# HistorianDNS

Rebase In Progress
## About

### Version Number: Rewrite Beta 1.0

HistorianDNS is a script retrieves parses displays historical DNS records from dnshistory.com with the option of saving the results in a .txt format.

The last main branch release was beta 0.2.2 released on 11/02/2023 since then a full rewrite happened starting on 03/30/2024 with rewrite beta 1.0 being released on 05/06/2024.


## Installation

In the terminal of your choice:

Install files from GitHub:

git clone https://github.com/BirdsAreFlyingCameras/HistorianDNS/tree/main

Travel to the path of installation:

cd HistorianDNS

Then install the requirements:

pip install -r requirements.txt


## Usage

To run the script do:

python3 main.py


## Usage Example

![Usage.gif](Gifs/Usage.gif)


## Todo

- Add CLI arguments so use of the UI is not mandatory
- Add .csv as a save file format

0 comments on commit abc2db4

Please sign in to comment.