{"id":16742329,"url":"https://github.com/clemsos/dumb-crawler","last_synced_at":"2025-03-16T00:25:31.602Z","repository":{"id":2476434,"uuid":"3449393","full_name":"clemsos/dumb-crawler","owner":"clemsos","description":"A crawler to extract keywords from all links related to a page","archived":false,"fork":false,"pushed_at":"2012-02-19T17:20:21.000Z","size":100,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-22T13:25:30.620Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/clemsos.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-02-15T12:49:57.000Z","updated_at":"2020-02-28T13:14:07.000Z","dependencies_parsed_at":"2022-08-30T20:21:50.032Z","dependency_job_id":null,"html_url":"https://github.com/clemsos/dumb-crawler","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clemsos%2Fdumb-crawler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clemsos%2Fdumb-crawler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clemsos%2Fdumb-crawler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clemsos%2Fdumb-crawler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clemsos","download_url":"https://codeload.github.com/clemsos/dumb-crawler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243809529,"owners_count":20351383,"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","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":[],"created_at":"2024-10-13T01:23:23.781Z","updated_at":"2025-03-16T00:25:31.560Z","avatar_url":"https://github.com/clemsos.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Dumb crawler\n----\nA simple crawler to retrieve keywords from all links contained in a webpage\n\nHOW TO USE IT\n----\nTo extract keywords from a file : \n     python termtopia.py file.html\n \n\nHOW IT WORKS\n---\n  1. retrieve all urls from a page (using beautiful soup)\n  2. retrieve content from each page (using boilerpipe java-python)\n  3. extract keywords from content (using topia.termextract)\n  4. match all keywords (using difflib) \n  5. using (simple json)\n\n\n\nInstallation\n---\nThis script reauires JAVA HOME configured and jdk7 to run Boilerpipe\n''''bash\n    on Ubuntu : \n\n    $ sudo apt-get install python-jpype\n    $ find /usr/lib/jvm/ | grep jni.h\n    $ export JAVA_HOME=/usr/lib/jvm/java-6-sun-1.6.0.xx\n''''\nMore here http://blog.notmyidea.org/using-jpype-to-bridge-python-and-java.html\n\nThanks\n---\nPython-Boilerpipe : https://github.com/misja/python-boilerpipe\nOnnno for topia use : http://goo.gl/0BMHr\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclemsos%2Fdumb-crawler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclemsos%2Fdumb-crawler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclemsos%2Fdumb-crawler/lists"}