{"id":18702728,"url":"https://github.com/dcrousso/groupme","last_synced_at":"2025-09-06T09:38:43.543Z","repository":{"id":80733195,"uuid":"65751799","full_name":"dcrousso/GroupMe","owner":"dcrousso","description":"Unofficial GroupMe App","archived":false,"fork":false,"pushed_at":"2023-03-27T05:30:56.000Z","size":1613,"stargazers_count":88,"open_issues_count":16,"forks_count":11,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-08-09T04:20:53.167Z","etag":null,"topics":["electron","groupme","linux","macos","unofficial","windows"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/dcrousso.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}},"created_at":"2016-08-15T17:38:45.000Z","updated_at":"2025-03-31T19:02:11.000Z","dependencies_parsed_at":"2023-05-28T00:30:26.718Z","dependency_job_id":null,"html_url":"https://github.com/dcrousso/GroupMe","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/dcrousso/GroupMe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcrousso%2FGroupMe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcrousso%2FGroupMe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcrousso%2FGroupMe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcrousso%2FGroupMe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dcrousso","download_url":"https://codeload.github.com/dcrousso/GroupMe/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcrousso%2FGroupMe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273886624,"owners_count":25185506,"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-09-06T02:00:13.247Z","response_time":2576,"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":["electron","groupme","linux","macos","unofficial","windows"],"created_at":"2024-11-07T11:46:50.531Z","updated_at":"2025-09-06T09:38:43.488Z","avatar_url":"https://github.com/dcrousso.png","language":"JavaScript","readme":"# \u003cimg src=\"assets/Icon.png\" width=\"40\" align=\"left\"\u003eGroupMe\n\n\u003e Unofficial GroupMe app\n\n[![](media/screenshot.png)](https://github.com/dcrousso/GroupMe/releases/latest)\n\n## Download\n\n[Current Release](https://github.com/dcrousso/GroupMe/releases/latest)\n\n#### Linux Shortcut\n\nCreate a file in `~/.local/share/applications/` called `GroupMe.desktop` with the following contents:\n\n```\n[Desktop Entry]\nName=GroupMe\nExec=/path/to/GroupMe\nTerminal=false\nType=Application\nIcon=/path/to/GroupMe/resources/app/assets/Icon.png\n```\n\nReplace all instances of `/path/to` with the actual path of the GroupMe app.\n\n## Development\n\n\u003e Made with [Electron](http://electron.atom.io).\n\n\u003ctable\u003e\n\t\u003ctr\u003e\n\t\t\u003ctd\u003eInit\u003c/td\u003e\n\t\t\u003ctd\u003e\u003ccode\u003enpm install\u003c/code\u003e\u003c/td\u003e\n\t\u003c/tr\u003e\n\t\u003ctr\u003e\n\t\t\u003ctd\u003eRun\u003c/td\u003e\n\t\t\u003ctd\u003e\u003ccode\u003enpm start\u003c/code\u003e\u003c/td\u003e\n\t\u003c/tr\u003e\n\t\u003ctr\u003e\n\t\t\u003ctd\u003eBuild\u003c/td\u003e\n\t\t\u003ctd\u003e\u003ccode\u003enpm run build\u003c/code\u003e\u003c/td\u003e\n\t\u003c/tr\u003e\n\t\u003ctr\u003e\n\t\t\u003ctd\u003eBuild macOS\u003c/td\u003e\n\t\t\u003ctd\u003e\u003ccode\u003enpm run build-darwin\u003c/code\u003e\u003c/td\u003e\n\t\u003c/tr\u003e\n\t\u003ctr\u003e\n\t\t\u003ctd\u003eBuild Windows\u003c/td\u003e\n\t\t\u003ctd\u003e\u003ccode\u003enpm run build-win32\u003c/code\u003e\u003c/td\u003e\n\t\u003c/tr\u003e\n\t\u003ctr\u003e\n\t\t\u003ctd\u003eBuild Linux\u003c/td\u003e\n\t\t\u003ctd\u003e\u003ccode\u003enpm run build-linux\u003c/code\u003e\u003c/td\u003e\n\t\u003c/tr\u003e\n\u003c/table\u003e\n\n## License\n\nMIT © [Devin Rousso](http://devinrousso.com)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcrousso%2Fgroupme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdcrousso%2Fgroupme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcrousso%2Fgroupme/lists"}