Go to file
Francesco Esposito 211c00c2f1
Merge pull request #5 from franjsco/dependabot/npm_and_yarn/lodash-4.17.19
Bump lodash from 4.17.15 to 4.17.19
2020-07-19 16:56:11 +02:00
src update dirs/readme 2020-05-12 23:40:49 +02:00
.eslintrc.json npm and lint init 2019-02-19 14:01:46 +01:00
.gitignore add .gitignore 2019-02-19 13:46:12 +01:00
LICENSE Initial commit 2019-02-12 23:03:15 +01:00
README.md update dirs/readme 2020-05-12 23:40:49 +02:00
architecture.jpg update dirs/readme 2020-05-12 23:40:49 +02:00
config.json change logger configuration 2019-02-22 11:36:48 +01:00
package-lock.json Bump lodash from 4.17.15 to 4.17.19 2020-07-17 20:13:05 +00:00
package.json update dirs/readme 2020-05-12 23:40:49 +02:00
screenshot.png update dirs/readme 2020-05-12 23:40:49 +02:00

README.md

Welcome to trackmyd-bot 🗺️

Maintenance License: GPL--3.0--or--later Twitter: franjsco

A telegram bot to track your devices.

trackmyd screenshot

Install

Steps:

  1. Install Node.js and npm.
  2. Clone this repository.
  3. Install dependencies with npm install.
  4. Create a new bot with @BotFather on Telegram.
  5. Enter the token generated by BotFather in (app.token) into config.json.
  6. Enter your Telegram ID in (app.authorizedUsers) into config.json.
  7. Configure Basic Authentication in (app.api.headers) into config.json.
  8. Configure API endpoint(*).

Architecture

(*) trackmyd-bot uses the trackmyd-api project APIs to get device locations.

To configure the server API, refer to the trackmyd-api repository.

In order to use trackmyd-bot, in addiction to the configuration of the trackmyd-api, its also necessary to configure GPSLogger.

Usage

Start server:

npm run start

Steps

Before requesting the position to the bot you need to add a new device and configure it.

  1. Add a new device (on Bot).

    Send the /add command to the bot. You will be prompted to add the device name.

  2. Configure GPSLogger (on Android).

    Once confirmed the device name, the bot will return 3 messages:

    • URL (full-path including the device ID)
    • HEADER (HTTP header, used for authentication to APIs)
    • BODY (HTTP body with the parameters that will be automatically evaluated by GPSLogger).

    Take the values and insert them in the GPSLogger app under "Logging details > Log to custom URL" specifying HTTP Method = 'PATCH'.

    Then press "Start Logging" on GPSLogger.

  3. Request the position (on Bot)

    Send the /position command to the bot and select the device. If the device (with GPSLogger) has sent the information to the API, 2 messages will be returned (one with the location on the map, and one with additional information).

Author

👤 franjsco (Francesco Esposito)

Show your support

Give a if this project helped you!

📝 License

Copyright © 2020 franjsco (Francesco Esposito).
This project is GPL--3.0--or--later licensed.


This README was generated with ❤️ by readme-md-generator