From 2d69da9a74baee06b46a982beb8f7523b3f5cdcd Mon Sep 17 00:00:00 2001 From: shwetha729 Date: Mon, 16 Oct 2023 12:30:06 -0400 Subject: [PATCH] Monday, October 16, 2023, 12:30:01 + 4 --- enter/.obsidian/plugins/recent-files-obsidian/data.json | 2 +- enter/.obsidian/workspace.json | 2 +- .../GUIs/Internet/Websites}/Robots.txt Files.md | 0 .../Terminal Tips/GUIs/Tools/Webscraping.md | 7 ++++--- 4 files changed, 6 insertions(+), 5 deletions(-) rename enter/{ => Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Websites}/Robots.txt Files.md (100%) diff --git a/enter/.obsidian/plugins/recent-files-obsidian/data.json b/enter/.obsidian/plugins/recent-files-obsidian/data.json index 9df9afc..1fcf51f 100644 --- a/enter/.obsidian/plugins/recent-files-obsidian/data.json +++ b/enter/.obsidian/plugins/recent-files-obsidian/data.json @@ -6,7 +6,7 @@ }, { "basename": "Robots.txt Files", - "path": "Robots.txt Files.md" + "path": "Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Websites/Robots.txt Files.md" }, { "basename": "Potentiometers & Analog SerialReader", diff --git a/enter/.obsidian/workspace.json b/enter/.obsidian/workspace.json index 6a4bf44..290903e 100644 --- a/enter/.obsidian/workspace.json +++ b/enter/.obsidian/workspace.json @@ -176,7 +176,7 @@ }, "active": "dbad7b010371d947", "lastOpenFiles": [ - "Robots.txt Files.md", + "Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Websites/Robots.txt Files.md", "Excalidraw/Drawing 2023-10-16 12.13.42.excalidraw.md", "Machine Tips (Quantum)/Physics/Hardware/Potentiometers & Analog SerialReader.md", "Excalidraw", diff --git a/enter/Robots.txt Files.md b/enter/Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Websites/Robots.txt Files.md similarity index 100% rename from enter/Robots.txt Files.md rename to enter/Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Websites/Robots.txt Files.md diff --git a/enter/Coding Tips (Classical)/Terminal Tips/GUIs/Tools/Webscraping.md b/enter/Coding Tips (Classical)/Terminal Tips/GUIs/Tools/Webscraping.md index 820d0ae..6440b4d 100644 --- a/enter/Coding Tips (Classical)/Terminal Tips/GUIs/Tools/Webscraping.md +++ b/enter/Coding Tips (Classical)/Terminal Tips/GUIs/Tools/Webscraping.md @@ -1,9 +1,10 @@ -# Webscraping +# Web-scraping -Webscraping is a common task in the CS world that makes it easy and efficient to extract large amounts of data. It is part of a larger topic of data mining which allows for the human understandable analysis of all the data that is out there. +Web-scraping is a common task in the CS world that makes it easy and efficient to extract large amounts of data. It is part of a larger topic of data mining which allows for the human understandable analysis of all the data that is out there. -You will often use requests and beautifulsoup libraries. To prevent webscraping on your own sites, refer to the rob +You will often use requests and `beautifulsoup` libraries. +To prevent web-scraping on your own sites, refer to the [robots.txt](obsidian://open?vault=enter&file=Robots.txt%20Files) information. ---