Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Macuyiko/webscrapingfordatascience
/ functions
Functions
25 in github.com/Macuyiko/webscrapingfordatascience
⨍
Functions
25
◇
Types & classes
0
↓ 2 callers
Function
add_interaction
(users, fu, tu)
python-examples/web-forum/analysis.py:10
↓ 2 callers
Function
clean_url
(url)
python-examples/quotes-to-scrape/scraper.py:12
↓ 2 callers
Function
get_contours
(image)
python-examples/captcha-cracking/functions.py:53
↓ 2 callers
Function
get_letters
(image, contours)
python-examples/captcha-cracking/functions.py:82
↓ 2 callers
Function
process_image
(image)
python-examples/captcha-cracking/functions.py:42
↓ 1 callers
Function
download
(url)
python-examples/fashion-clustering/scraper.py:17
↓ 1 callers
Function
extract_contour
(image, contour, desired_width, threshold=1.7)
python-examples/captcha-cracking/functions.py:65
↓ 1 callers
Function
get_forum_threads
(url, max_pages=None)
python-examples/web-forum/scraper.py:7
↓ 1 callers
Function
get_mortgages
(estimatedPropertyValue, repaymentAmount, months)
python-examples/mortgage-rates/barclays.py:3
↓ 1 callers
Function
get_random_unvisited_pages
(amount=10)
python-examples/wikipedia-graph/scraper.py:21
↓ 1 callers
Function
get_results
(airline_name)
python-examples/iata/with_selenium.py:10
↓ 1 callers
Function
get_reviews
(product_id, page)
python-examples/product-reviews/scraper.py:45
↓ 1 callers
Function
get_thread_posts
(url, max_pages=None)
python-examples/web-forum/scraper.py:25
↓ 1 callers
Function
overlaps
(contour1, contour2, threshold=0.8)
python-examples/captcha-cracking/functions.py:6
↓ 1 callers
Function
parse_reviews
(reply)
python-examples/product-reviews/scraper.py:20
↓ 1 callers
Function
plot_embedding
(X, image_np_orig)
python-examples/fashion-clustering/analysis.py:23
↓ 1 callers
Function
remove_overlaps
(cnts)
python-examples/captcha-cracking/functions.py:23
↓ 1 callers
Function
scrape_author
(html_soup, author_id)
python-examples/quotes-to-scrape/scraper.py:34
↓ 1 callers
Function
scrape_book
(html_soup, book_id)
python-examples/books-to-scrape/scraper.py:24
↓ 1 callers
Function
scrape_books
(html_soup, url)
python-examples/books-to-scrape/scraper.py:12
↓ 1 callers
Function
scrape_quotes
(html_soup)
python-examples/quotes-to-scrape/scraper.py:22
↓ 1 callers
Function
should_visit
(base_url, url)
python-examples/wikipedia-graph/scraper.py:27
↓ 1 callers
Function
store_links
(from_url, links)
python-examples/wikipedia-graph/scraper.py:15
↓ 1 callers
Function
store_page
(url, title)
python-examples/wikipedia-graph/scraper.py:10
Function
get_title_and_links
(base_url, url)
python-examples/wikipedia-graph/scraper.py:42