Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/buckyroberts/Spider
/ functions
Functions
23 in github.com/buckyroberts/Spider
⨍
Functions
23
◇
Types & classes
2
↓ 4 callers
Function
file_to_set
(file_name)
general.py:39
↓ 2 callers
Function
crawl
()
main.py:42
↓ 2 callers
Method
crawl_page
(thread_name, page_url)
spider.py:36
↓ 2 callers
Function
get_domain_name
(url)
domain.py:5
↓ 2 callers
Function
set_to_file
(links, file_name)
general.py:48
↓ 2 callers
Function
write_file
(path, data)
general.py:22
↓ 1 callers
Method
add_links_to_queue
(links)
spider.py:63
↓ 1 callers
Method
boot
()
spider.py:28
↓ 1 callers
Function
create_data_files
(project_name, base_url)
general.py:12
↓ 1 callers
Function
create_jobs
()
main.py:34
↓ 1 callers
Function
create_project_dir
(directory)
general.py:5
↓ 1 callers
Function
create_workers
()
main.py:18
↓ 1 callers
Method
gather_links
(page_url)
spider.py:47
↓ 1 callers
Function
get_sub_domain_name
(url)
domain.py:14
↓ 1 callers
Method
page_links
(self)
link_finder.py:21
↓ 1 callers
Method
update_files
()
spider.py:72
Method
__init__
(self, project_name, base_url, domain_name)
spider.py:17
Method
__init__
(self, base_url, page_url)
link_finder.py:7
Function
append_to_file
(path, data)
general.py:28
Function
delete_file_contents
(path)
general.py:34
Method
error
(self, message)
link_finder.py:24
Method
handle_starttag
(self, tag, attrs)
link_finder.py:14
Function
work
()
main.py:26