Skip to content
Snippets Groups Projects
Commit 00abd3c6 authored by Jirka's avatar Jirka
Browse files

Folding

parent e16d226b
No related branches found
No related tags found
1 merge request!5City knowledge base nomad
.idea/ .idea/
src/handler/__pycache__/ src/nomadlist_data_mining/handler/__pycache__/
src/scraper/__pycache__/ src/nomadlist_data_mining/scraper/__pycache__/
File moved
File moved
import re
from typing import List, Dict from typing import List, Dict
import requests from src.nomadlist_data_mining.handler import CsvHandler
from src.nomadlist_data_mining.handler.json_handler import JsonHandler
from src.handler.csv_handler import CsvHandler from src.nomadlist_data_mining.scraper.scraper import Scraper
from src.handler.json_handler import JsonHandler
from src.scraper.scraper import Scraper, Given
from bs4 import BeautifulSoup
base_url = "https://nomadlist.com/" base_url = "https://nomadlist.com/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment