{"id":26015539,"url":"https://github.com/romangw/lukki","last_synced_at":"2025-10-08T05:53:15.366Z","repository":{"id":264614932,"uuid":"893748428","full_name":"RomanGW/lukki","owner":"RomanGW","description":"Completely free code for a webcrawling bot.","archived":false,"fork":false,"pushed_at":"2024-11-25T10:36:52.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-06T03:21:46.325Z","etag":null,"topics":["crawler","python","web-scraping","web-scraping-python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RomanGW.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-25T06:20:18.000Z","updated_at":"2025-02-26T00:57:24.000Z","dependencies_parsed_at":"2024-11-25T11:31:02.945Z","dependency_job_id":"7215431b-bde9-41e4-af69-675b6b5c0a5d","html_url":"https://github.com/RomanGW/lukki","commit_stats":null,"previous_names":["romangw/lukki"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RomanGW/lukki","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RomanGW%2Flukki","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RomanGW%2Flukki/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RomanGW%2Flukki/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RomanGW%2Flukki/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RomanGW","download_url":"https://codeload.github.com/RomanGW/lukki/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RomanGW%2Flukki/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278897285,"owners_count":26064780,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["crawler","python","web-scraping","web-scraping-python"],"created_at":"2025-03-06T03:20:15.142Z","updated_at":"2025-10-08T05:53:15.346Z","avatar_url":"https://github.com/RomanGW.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lukki\nLukki is the Finnish word for \"harvestman\", referring to a daddy long leg. Lukki is a webcrawling bot I made as a part of a separate project.\n\nRequirements:\n  - bs4\n  - urllib\n  - requests\n\nIn an effort to support my Finnish learning endeavors, I am in the process of developing a tool that reads Finnish news articles, tokenizes the words, and compiles lesson plans using *REAL* Finnish, rather than nonsense through things like Duolingo. In order to do the whole \"reading news articles\" thing, I had to develop something that pulls that text data as I am too lazy to pull it all manually. Plus, it pads out my portfolio and shows that I know about web scraping.\n\n# How to use:\n\nLukki works by iterating through all websites entered in the 'source_list.txt' file that is included in the repository, it pulls the HTML data similarly to other web scraping tools. By adding websites to 'source_list.txt', you are adding additional websites (and by extension sub-websites) to be scraped. As it stands, when ran, it will only return a list of websites found from the websites entered in 'source_list.txt', however, if you want to modify the code, there is a spot within iterate_sources() that is saved to call additional functions. \nOf importance is the \"depth_max\" variable local to main(). It determines the \"depth\" of recursion that Lukki will scrape, finding an exponentially larger amount of websites for each website in 'source_list.txt'. It isn't hard to tell that increasing this will make it run longer, and it is currently set to '1' for everyone's safety. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromangw%2Flukki","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fromangw%2Flukki","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromangw%2Flukki/lists"}