survey-extraction/etl/expense_to_csv.py
2025-04-03 21:30:08 +00:00

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("/")