{"id":23521592,"url":"https://github.com/tubone24/askfm-qa-crawler","last_synced_at":"2026-05-14T20:03:16.456Z","repository":{"id":35798067,"uuid":"217821172","full_name":"tubone24/askfm-qa-crawler","owner":"tubone24","description":"Crawl Ask.fm QA lists and create corpus for ML.","archived":false,"fork":false,"pushed_at":"2023-12-15T17:34:02.000Z","size":98,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-24T17:44:35.212Z","etag":null,"topics":["askfm","chromedriver","corpus-builder","crawler","selenium"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tubone24.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-10-27T07:44:10.000Z","updated_at":"2019-11-17T01:41:52.000Z","dependencies_parsed_at":"2025-10-24T17:35:25.550Z","dependency_job_id":null,"html_url":"https://github.com/tubone24/askfm-qa-crawler","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tubone24/askfm-qa-crawler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tubone24%2Faskfm-qa-crawler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tubone24%2Faskfm-qa-crawler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tubone24%2Faskfm-qa-crawler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tubone24%2Faskfm-qa-crawler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tubone24","download_url":"https://codeload.github.com/tubone24/askfm-qa-crawler/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tubone24%2Faskfm-qa-crawler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33041204,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"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":["askfm","chromedriver","corpus-builder","crawler","selenium"],"created_at":"2024-12-25T17:12:42.626Z","updated_at":"2026-05-14T20:03:16.420Z","avatar_url":"https://github.com/tubone24.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# askfm-qa-crawler\n\n![img](./docs/image/header.png)\n\n[![license](https://img.shields.io/github/license/tubone24/askfm-qa-clawler.svg)](LICENSE)\n[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)\n\n\u003e Crawl Ask.fm QA lists and create corpus for ML.\n\nThis is a selenium tasks to crawl Ask.fm because of correcting QA list for Machine Learning.\n\n## Table of Contents\n\n- [Background](#background)\n- [Install](#install)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Background\n\nAmong machine learning, there was a task to create a bot that responds to natural language using LSTM (a kind of RNN).\n\nAt that time, a large amount of conversation corpus is required, but since I did not get a good conversation corpus, I decided to make a conversation corpus by crawling the Ask.fm question answer list with Selenium (Google Chrome) Did.\n\nI'm using Selenium for Python because my favorite programming language is Python.\n\n## Install\n\n### Precondition\n\n- Python 3.6+\n- Google Chrome\n- [Google Chrome WebDriver](https://sites.google.com/a/chromium.org/chromedriver/downloads)\n  - Check your Chrome version and install suitable driver version.\n\n### PIP\n\nInstall dependencies.\n\n```\npip install -r requirements.txt\n```\n\n## Usage\n\n### Create faces list (Account list)\n\nBefore create conversation corpus, create `face list` because of crawling QA.\n\nFirst args, number of loop count.\n\n```\npython src/get_faces.py 100\n```\n\nAfter run script, get face list into `data/face_list.txt`\n\n### Create conversation corpus\n\n```\npython src/main.py\n```\n\nAfter run script, get conversation corpus into `data/askfm_data/foobar.txt`\n\n## Contributing\n\nSee [the contributing file](CONTRIBUTING.md)!\n\nPRs accepted.\n\nSmall note: If editing the Readme, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.\n\n## License\n\n[MIT © tubone.](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftubone24%2Faskfm-qa-crawler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftubone24%2Faskfm-qa-crawler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftubone24%2Faskfm-qa-crawler/lists"}