Core data
Core
The core function is the first function that can be executed by the application, it provides the main functions concerning the connection to a certain URL that was provided by you.
You can execute the function by running the following command:
python linkscraper -u https://example.com -a get-core
When you run the above command, it will fetch and request headers of the URL https://example.com
.