We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2bec78 commit 1fba4f9Copy full SHA for 1fba4f9
4 files changed
raspberry_pi_locator/README.md
@@ -0,0 +1,26 @@
1
+# raspberry-pi-webscraping
2
+
3
+A simple Python script to check popular Raspberry PI-certified shops for availability of Model 4s.
4
5
+## Setup instructions
6
7
+Simply install dependencies (ideally in a virtual environment):
8
9
+```shell
10
+python -m venv venv
11
+source /venv/bin/activate
12
+pip install -r requirements.txt
13
+```
14
15
+and then run the script:
16
17
+python main.py
18
19
20
+## Output
21
22
+The script returns formatted terminal output with URL links to the located Raspberry PIs if any were found.
23
24
+## Author(s)
25
26
+Nicholas Prieto
raspberry_pi_webscraper/main.py raspberry_pi_locator/main.pyraspberry_pi_webscraper/main.py renamed to raspberry_pi_locator/main.py
raspberry_pi_webscraper/requirements.txt raspberry_pi_locator/requirements.txtraspberry_pi_webscraper/requirements.txt renamed to raspberry_pi_locator/requirements.txt
raspberry_pi_webscraper/README.md
0 commit comments