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
This commit is part of merge request !5. Comments created here will be created in the context of that merge request.
.idea/
src/handler/__pycache__/
src/nomadlist_data_mining/handler/__pycache__/
src/scraper/__pycache__/
src/nomadlist_data_mining/scraper/__pycache__/
File moved
File moved
File moved
import re
from typing import List, Dict
import requests
from src.handler.csv_handler import CsvHandler
from src.handler.json_handler import JsonHandler
from src.scraper.scraper import Scraper, Given
from bs4 import BeautifulSoup
from src.nomadlist_data_mining.handler import CsvHandler
from src.nomadlist_data_mining.handler.json_handler import JsonHandler
from src.nomadlist_data_mining.scraper.scraper import Scraper
base_url = "https://nomadlist.com/"
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment