{"id":19554648,"url":"https://github.com/m4tx/arroch","last_synced_at":"2026-06-10T02:31:37.476Z","repository":{"id":69577887,"uuid":"89613445","full_name":"m4tx/arroch","owner":"m4tx","description":"Aggregator for social networking sites data","archived":false,"fork":false,"pushed_at":"2017-06-13T09:14:46.000Z","size":950,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-11-20T02:31:01.316Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/m4tx.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":"2017-04-27T15:36:59.000Z","updated_at":"2017-04-29T12:20:24.000Z","dependencies_parsed_at":"2023-02-22T04:15:08.440Z","dependency_job_id":null,"html_url":"https://github.com/m4tx/arroch","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/m4tx/arroch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m4tx%2Farroch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m4tx%2Farroch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m4tx%2Farroch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m4tx%2Farroch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m4tx","download_url":"https://codeload.github.com/m4tx/arroch/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m4tx%2Farroch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34134633,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"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":[],"created_at":"2024-11-11T04:28:27.334Z","updated_at":"2026-06-10T02:31:37.460Z","avatar_url":"https://github.com/m4tx.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"Arroch\n======\n\n## Quickstart\n* Requirements: \n  * Oracle JDK (OpenJDK is not supported)\n  * sbt (Scala)\n* Steps:\n  * Clone project from Git\n  * In main project directory `sbt run`\n  * Go to http://localhost:9000\n  \n## Database settings\nDatabase configuration is in `conf/application.conf`, you may also need to change SQL dialect in `conf/META-INF/persistence.xml`\n\n## Test data generator\nTo fill the database with random data:\n* (For persistent database only) Drop tables from database (or switch to H2 in mem db provider)\n* In `conf/application.conf` set `databasePreloader.addTestData` to `true`\n* Run the application (generation occurs on start, so it may take a few minutes for the first page to load)\n\n## IntelliJ IDEA quickstart\n* Requirements: \n  * Oracle JDK (OpenJDK is not supported)\n  * IntelliJ IDEA Ultimate with Scala plugin\n* Steps:\n  * Import project from Git\n  * Go to `build.sbt` and import SBT project\n  * Wait until all dependencies are resolved and project indexed\n  * In any class file in `app` choose `Run Play 2 App` from the context menu\n\n## Data Scrapers\n### Google People API\nIn order to make it working:\n1. Visit the [Google Developer Console](https://console.developers.google.com/)\n2. Create new project\n3. Enter API library and enable \"Google People API\"\n4. Enter credentials tab\n5. Click Create credentials ➜ OAuth Client ID ➜ Web Application\n6. In the form that showed up, enter the redirect URL: `http://localhost:9000/google/authenticated/` and click Create\n7. Enter the newly created client ID and click \"Download JSON\"; put the file in `conf/google_client_secrets.json`\n8. Visit `http://localhost:9000/google` and it should, after consent, import the People into the database\n\n### Facebook\n1. Login to `https://mbasic.facebook.com/home.php`\n2. Extract Facebook cookies from browser and put them in file `conf/facebook_cookies`\n3. Do not logout\n\n### Messenger\n1. Login to `https://www.messenger.com`\n2. Extract Messenger cookies from browser and put them in file `conf/messenger_cookies`\n3. Do not logout\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm4tx%2Farroch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm4tx%2Farroch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm4tx%2Farroch/lists"}