From 86eb670868dcf2030191fbf7131b803c3aff3890 Mon Sep 17 00:00:00 2001 From: AnsonLai <8443835+AnsonLai@users.noreply.github.com> Date: Tue, 24 May 2022 08:31:53 -0700 Subject: [PATCH] Update README.md Roadmap and VPN suggestion. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a9d52e7..89541b0 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,8 @@ This script will download the Tesla Service Manual onto a local doc folder for o 6. Pip install the required packages (including `requests`, `selenium`, `selenium-stealth`, and `beautifulsoup4`). On windows, you run the following commands on command prompt (CMD): 1. `cd C:\Users\Anson\Desktop\TeslaServiceManualScraper` [template, the path should go wherever you saved this readme] 2. `run pip install -r requirements.txt` -7. Run `scrape.py` by typing `python scrape.py` +7. Before scraping, it is always a good idea to use a VPN of some sort to avoid any issues with your account. I didn't run into any issues personally, but you can never be too safe. +8. Run `scrape.py` by typing `python scrape.py` ## Viewing offline @@ -32,3 +33,8 @@ This script will download the Tesla Service Manual onto a local doc folder for o * Keep an eye out, Tesla's website seems to boot you out of logged in status after about 250 pages or 20 minutes of continuous refreshing. So it might be worthwhile to run this on the side while keeping an eye on your login status. * Total file size of the Model 3 service manual is roughly **2.2GB**. * On your first run, Tesla might throw a Captcha or lead to an error page. Most of the time, just rerun and it'll work. + +## Roadmap + +1. Run a check to ensure no "no access" html files are downloaded. +2. Restart the script every 200 files or so.