This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // All raw GeoJson data | |
| // https://mapit.mysociety.org/area/7393.geojson Alexandra E05007117 | |
| // https://mapit.mysociety.org/area/7389.geojson Bixley E05007118 | |
| // https://mapit.mysociety.org/area/7383.geojson Bridge E05007119 | |
| // https://mapit.mysociety.org/area/7392.geojson Castle Hill E05007120 | |
| // https://mapit.mysociety.org/area/7382.geojson Gainsborough E05007121 | |
| // https://mapit.mysociety.org/area/7384.geojson Gipping E05007122 | |
| // https://mapit.mysociety.org/area/7390.geojson Holywells E05007123 | |
| // https://mapit.mysociety.org/area/7388.geojson Priory Heath E05007124 | |
| // https://mapit.mysociety.org/area/7387.geojson Rushmere E05007125 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from selenium import webdriver | |
| from selenium.webdriver.common.by import By | |
| from selenium.webdriver.support.ui import Select, WebDriverWait | |
| from selenium.webdriver.support import expected_conditions as EC | |
| from selenium.webdriver.chrome.service import Service | |
| from bs4 import BeautifulSoup | |
| import time | |
| import re | |
| from twilio.rest import Client # Import Twilio client | |
| import sys # Import sys to update the progress bar |