{"id":39055610,"url":"https://github.com/ilhamfp/chatman","last_synced_at":"2026-01-17T18:00:42.812Z","repository":{"id":44159862,"uuid":"171527982","full_name":"ilhamfp/chatman","owner":"ilhamfp","description":"Chat messaging app with built-in multi purpose chatbot ","archived":false,"fork":false,"pushed_at":"2023-01-09T11:32:58.000Z","size":8644,"stargazers_count":2,"open_issues_count":9,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-05-24T07:10:17.011Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ilhamfp.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}},"created_at":"2019-02-19T18:34:18.000Z","updated_at":"2022-11-27T06:53:11.000Z","dependencies_parsed_at":"2023-02-08T10:17:14.943Z","dependency_job_id":null,"html_url":"https://github.com/ilhamfp/chatman","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/ilhamfp/chatman","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilhamfp%2Fchatman","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilhamfp%2Fchatman/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilhamfp%2Fchatman/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilhamfp%2Fchatman/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ilhamfp","download_url":"https://codeload.github.com/ilhamfp/chatman/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilhamfp%2Fchatman/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28514939,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T17:57:59.192Z","status":"ssl_error","status_checked_at":"2026-01-17T17:57:52.527Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-01-17T18:00:24.730Z","updated_at":"2026-01-17T18:00:42.804Z","avatar_url":"https://github.com/ilhamfp.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ChatMan\n\n\u003cp align=\"center\"\u003e \u003cimg src=\"photoshop_assets/logo.png\" alt=\"logo\" width=\"600\"/\u003e \u003c/p\u003e\n\n## About\n\nChatMan is a chat messaging app with built-in multi purpose chatbot providing various features to the users, from daily weather to general-purpose compass, and many more.\n\n\nBuilt for ITB-IF3111 class assignment.  \n\n## Display\n\u003cp align=\"center\"\u003e \u003cimg src=\"photoshop_assets/Readme_Screenshot/login_page.png\" alt=\"login_page\" width=\"250\"/\u003e  \u003cimg src=\"photoshop_assets/Readme_Screenshot/bot_chatroom.png\" alt=\"bot_chatroom\" width=\"250\"/\u003e \u003c/p\u003e  \n\n## How to Install\n1. Export  `ChatMan.apk` to an Android device.\n\n2. Install the apk\n\n3. (Optional) To enable push notification, start the backend server by executing at directory `backend/`\n```\nnpm install \u0026\u0026 node app.js\n```\n\n4. Run the app\n\n## Features\n\n### Chat\nRealtime messaging with another ChatMan user\n\n\u003cp align=\"center\"\u003e \u003cimg src=\"photoshop_assets/Readme_Screenshot/chat_0.png\" alt=\"chat_0\" width=\"250\"/\u003e \u003cimg src=\"photoshop_assets/Readme_Screenshot/chat_1.png\" alt=\"chat_1\" width=\"250\"/\u003e \u003c/p\u003e\n\n### Detection Service\nDetect and remind you when you are too close to the screen and using face down\n\n\u003cp align=\"center\"\u003e \u003cimg src=\"photoshop_assets/Readme_Screenshot/service.png\" alt=\"service\" width=\"250\"/\u003e\n\n### Weather Today\nGet up-to-date weather information on your location in meaningful and understandable format\n\n\u003cp align=\"center\"\u003e \u003cimg src=\"photoshop_assets/Readme_Screenshot/weather.png\" alt=\"weather\" width=\"250\"/\u003e\n\n### Compass\nNever lost your heading by using accurate compass built-in with ChatMan\n\n\u003cp align=\"center\"\u003e \u003cimg src=\"photoshop_assets/Readme_Screenshot/compass.png\" alt=\"compass\" width=\"250\"/\u003e\n\n### Send Email\nQuickly jump to your preferred email app pre-written through your chat to ChatMan\n\n\u003cp align=\"center\"\u003e \u003cimg src=\"photoshop_assets/Readme_Screenshot/email.png\" alt=\"email\" width=\"250\"/\u003e\n\n## Technology\n- Written for [Android](https://www.android.com) platform with [Java](https://www.java.com/) and [XML](https://www.w3.org/XML/)\n- Database, messaging, and push notification powered by [Google Firebase](https://firebase.google.com)\n- Push notification backend made with [Node.js](https://nodejs.org)\n- Weather API provided by [OpenWeatherMap](https://openweathermap.org)\n\n## Authors\nYusuf Rahmat Pratama - *Developer*\u003cbr\u003e\nPriagung Satyagama - *Developer*\u003cbr\u003e\nIlham Firdausi Putra - *Developer*\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filhamfp%2Fchatman","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Filhamfp%2Fchatman","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filhamfp%2Fchatman/lists"}