/allyourlink

My first foray into Python programming. Just needed a small but simple program to pull all links from websites.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

allyourlink

My first foray into Python programming. Just needed a small but simple program to pull all links from websites. Made small as possible for termux.

To install in termux, you must have git and python3 installed already.

To install git:
pkg install git

Clone allyourlink:
git clone https://github.com/reallock/allyourlink.git

cd allyourlink

Install requirements.txt:
pip install -r requirements.txt

To execute allyourlink:
python3 allyourlink.py

App automatically prefixes https:// in front of doamain name.