This is a simple webscraper to be able to scrape html content from website as a bare mininum to either save it to a file, or to print it to a terminal, you can think of the first version of the script as a very simple version of Curl with some extra spice
there are no dependcies right now (only OS and requests)
you simply:
- clone the repo
git clone https://github.com/jpwiig/simpleScraper && cd simpleScraper
- run the
main.py
with the website you want to curl.
be responsible and everything.
- a way to get images and videos from websites (wget like)
- propper installation
- more detailed error messages
- able to show headers
If you see any crazy thing that shouldnt be there, please let me know, i will check it out! PRs and issues are open!