mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-08 11:17:29 +00:00
11 lines
No EOL
405 B
Python
11 lines
No EOL
405 B
Python
# Make a a folder in a new directory from a string
|
|
# Great time to work out asynchrnous functionality if i have time
|
|
from etl.scraper.scraper import SharePointInstaller
|
|
from etl.scraper.scraper import SharePointScraper
|
|
|
|
domna_sharepoint = SharePointScraper(SharePointInstaller.DOMNA)
|
|
|
|
domna_sharepoint.get_folders_in_path("/")
|
|
|
|
jjc = SharePointScraper(SharePointInstaller.JJC)
|
|
jjc.get_folders_in_path("/") |