Skip to content

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

License

Notifications You must be signed in to change notification settings

reallock/allyourlink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages