-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
HowTimeFlies/scripts/01_getimages_google_imagesearch.py
Lines 56 to 67 in b7beeca
| # wiki | |
| """ | |
| print("wikipedia extraction for the year...") | |
| saved_folder = f'Wiki_images/{this_year}' | |
| if not os.path.exists(saved_folder): | |
| os.mkdir(saved_folder) | |
| try: | |
| iterations = download_wiki_images(this_year,saved_folder,iterations) | |
| except Exception as e: | |
| print("error with wikipedia data pull") | |
| print(e) |
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed