{"id":21739789,"url":"https://github.com/elevenetc/mobile-manager","last_synced_at":"2026-04-17T15:06:41.036Z","repository":{"id":57299474,"uuid":"65944409","full_name":"elevenetc/mobile-manager","owner":"elevenetc","description":"Node service for tracking devices in Slack","archived":false,"fork":false,"pushed_at":"2017-01-18T17:15:29.000Z","size":251,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-03T16:57:44.799Z","etag":null,"topics":["es6","nodejs","service","slack"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/elevenetc.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":"2016-08-17T21:48:53.000Z","updated_at":"2024-11-18T22:47:16.000Z","dependencies_parsed_at":"2022-08-26T18:02:56.494Z","dependency_job_id":null,"html_url":"https://github.com/elevenetc/mobile-manager","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/elevenetc/mobile-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elevenetc%2Fmobile-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elevenetc%2Fmobile-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elevenetc%2Fmobile-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elevenetc%2Fmobile-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elevenetc","download_url":"https://codeload.github.com/elevenetc/mobile-manager/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elevenetc%2Fmobile-manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31933765,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T12:37:54.787Z","status":"ssl_error","status_checked_at":"2026-04-17T12:37:25.095Z","response_time":62,"last_error":"SSL_read: 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":["es6","nodejs","service","slack"],"created_at":"2024-11-26T06:10:39.616Z","updated_at":"2026-04-17T15:06:41.017Z","avatar_url":"https://github.com/elevenetc.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mobile Manager\n\n[![Build Status](https://travis-ci.org/elevenetc/mobile-manager.svg?branch=master)](https://travis-ci.org/elevenetc/mobile-manager)\n[![Code Climate](https://codeclimate.com/github/elevenetc/device-manager-back-end/badges/gpa.svg)](https://codeclimate.com/github/elevenetc/device-manager-back-end)\n[![Test Coverage](https://codeclimate.com/github/elevenetc/device-manager-back-end/badges/coverage.svg)](https://codeclimate.com/github/elevenetc/device-manager-back-end/coverage)\n[![Issue Count](https://codeclimate.com/github/elevenetc/device-manager-back-end/badges/issue_count.svg)](https://codeclimate.com/github/elevenetc/device-manager-back-end)\n\nNode service for tracking devices in Slack.\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"docs/imgs/slack-list-of-devices.png\"/\u003e\u003c/p\u003e\n\n## Features\n\n- track location of devices\n- track online/offline state of a device\n- track battery state\n- see info about device: `os version`, `fingerprint`, `bluetooth`, `nfc`, `screen info`, `current wifi network`, `cpu info`\n- filter devices\n\n## Filtering examples\n\n- filter by battery level: `/devices battery:\u003e50` or `/devices battery:10` or `/devices battery:\u003c90`\n- filter by os: `/devices os:6.*.*` or `/devices os:6` or `/devices os:*.*.2`\n- filter devices which support ble: `/devices ble:true`\n- filter by cpu architecture: `/devices cpuArch:aarch64`\n- filter by num of cores: `/devices cpuCoreNum:2` or `/devices cpuCoreNum:\u003e2`\n- mix any filters: `/devices ble:true,os:4`\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"docs/imgs/mixed-filters.png\"/\u003e\u003c/p\u003e\n\n- see verbose info: `/devices v:true`\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"docs/imgs/verbose.png\"/\u003e\u003c/p\u003e\n\n## Setup\n1. [Add and configure Slack command](https://api.slack.com/slash-commands)\n2. [Configure Google Cloud Messages / Firebase Messages](https://support.google.com/firebase/answer/7015592)\n1. Setup `MySQL` and create database\n2. Install npm module: `npm install mobile-manager`\n3. Create `app.js`\n```javascript\nconst MobileManager = require('mobile-manager');\nnew MobileManager({\n    dbFile: 'database name',\n    dbUser: 'database user name',\n    dbPass: 'database password',\n    port: 6666,\n    pingTimeout: 1000 * 60,\n    keys:{\n        googleCloud: 'google cloud key',\n        slack: 'slack key'\n    },\n    logLevel: 'trace'\n}).start();\n```\nAnd add `database name`, `database user name`, `database password`, `port`, `google cloud key` and `slack slash command key`.\n`pingTimeout` is time in milliseconds which defines how often server sends push messages to devices.\n## Run\n`node app.js`\n## Add devices\n[Build, install and bind client](https://github.com/elevenetc/mobile-manager-android-client)\n## Licence\n[MIT](https://opensource.org/licenses/MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felevenetc%2Fmobile-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felevenetc%2Fmobile-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felevenetc%2Fmobile-manager/lists"}