convert web to stupid CLI
- extract and convert website content to text
- navigate webpage trhough links
Command | Deskripsi |
---|---|
help | show available commands |
convert | convert website to cli, example convert https://id.wikipedia.org, use --hide-links to hide available links in website |
open | Open the links available on the website,open [link number], list links ordered by sequence numbers 1,2,3 and so on |
clear | clear terminal |
next | open the next history |
prev | open the previous history |
links | show available links in current website |
forms | show available forms in current website |
submit | submit form, submit [form number] --input=input1=value1&input2=value2 |
- only support navigate with links / GET request
- not support javascript interaction & SPA/PWA website
pip install -r requirements.txt
python main.py