{"id":16620015,"url":"https://github.com/cepr0/dou-ex","last_synced_at":"2026-04-27T11:31:09.057Z","repository":{"id":130472152,"uuid":"90489119","full_name":"Cepr0/dou-ex","owner":"Cepr0","description":"DOU email extractor - extracting company emails from DOU.UA","archived":false,"fork":false,"pushed_at":"2017-05-07T22:02:50.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-03T09:25:39.668Z","etag":null,"topics":["dou","email","gson","jsoup","yaml","yamlbeans"],"latest_commit_sha":null,"homepage":null,"language":"Java","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/Cepr0.png","metadata":{"files":{"readme":"readme.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-06T20:24:21.000Z","updated_at":"2017-05-08T13:47:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"5ff17196-cb56-42ae-b261-51fffca11469","html_url":"https://github.com/Cepr0/dou-ex","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Cepr0/dou-ex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cepr0%2Fdou-ex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cepr0%2Fdou-ex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cepr0%2Fdou-ex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cepr0%2Fdou-ex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cepr0","download_url":"https://codeload.github.com/Cepr0/dou-ex/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cepr0%2Fdou-ex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32335295,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"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":["dou","email","gson","jsoup","yaml","yamlbeans"],"created_at":"2024-10-12T02:43:17.445Z","updated_at":"2026-04-27T11:31:09.040Z","avatar_url":"https://github.com/Cepr0.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DOUex \n\n_DOU email extractor_\n\nExtracting company emails from [DOU.UA](https://dou.ua)\n\nApplication will be useful if you are going to send your CV to Ukrainian IT companies.\n\n## Installing\n\n```\ngit clone https://github.com/Cepr0/dou-ex.git\ncd dou-ex\nmvn package\n```\n\n## Usage\n\n```\njava -jar target/dou-ex-1.1-RELEASE.jar [category] [city]\n```\n\nFor example: \n\nGetting all company emails from DOU:\n```\njava -jar target/dou-ex-1.1-RELEASE.jar\n```\n\nGetting company emails with **Java** vacancies:\n```\njava -jar target/dou-ex-1.1-RELEASE.jar java\n```\n\nGetting company emails with **Java** vacancies for **Kiev**:\n```\njava -jar target/dou-ex-1.1-RELEASE.jar java Киев\n```\n\nResult of extraction is stored in **data/dou-emails-[category]-[city]-{current date/time}.csv** in UTF-8 charset.\n\n_Result example:_\n\n    1;Ciklum;https://jobs.dou.ua/companies/ciklum/offices/;Киев;hr@ciklum.com\n    1;Ciklum;https://jobs.dou.ua/companies/ciklum/offices/;Харьков;kharkov@ciklum.com\n    1;Ciklum;https://jobs.dou.ua/companies/ciklum/offices/;Львов;sean@ciklum.com\n    1;Ciklum;https://jobs.dou.ua/companies/ciklum/offices/;Днепр;dp_office@ciklum.com\n    1;Ciklum;https://jobs.dou.ua/companies/ciklum/offices/;Одесса;odessa@ciklum.com\n    1;Ciklum;https://jobs.dou.ua/companies/ciklum/offices/;Винница;vinnitsa@ciklum.com\n    1;Ciklum;https://jobs.dou.ua/companies/ciklum/offices/;Минск (Беларусь);minsk@ciklum.com\n    2;EPAM;https://jobs.dou.ua/companies/epam-systems/offices/;Киев;ua_career@epam.com\n    2;EPAM;https://jobs.dou.ua/companies/epam-systems/offices/;Харьков;Olga_Panko@epam.com\n    2;EPAM;https://jobs.dou.ua/companies/epam-systems/offices/;Львов;ua_career@epam.com\n    2;EPAM;https://jobs.dou.ua/companies/epam-systems/offices/;Днепр;Dmytro_Polyakov@epam.com\n    2;EPAM;https://jobs.dou.ua/companies/epam-systems/offices/;Винница;iryna_barchuk@epam.com\n\n## Configuration\n\nIf you are behind the proxy or need to change delay between the loading a portion \nof the data you can change these parameters in config file **config/dou.yml**:\n\n    useProxy: true\n    proxyHost: localhost\n    proxyPort: 3128\n    # Delay between loading next portion of data from the site (min/max), ms\n    loadingDataDelay:\n      - 1000\n      - 3000\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcepr0%2Fdou-ex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcepr0%2Fdou-ex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcepr0%2Fdou-ex/lists"}