mirror of
https://github.com/franjsco/trackmyd-bot
synced 2025-06-05 22:19:29 +02:00
Edit username
This commit is contained in:
@@ -8,9 +8,9 @@ This bot is written in Node.js
|
||||
|
||||
## Architecture
|
||||
|
||||
**trackmyd-bot** uses the [**trackmyd-api**](https://github.com/frsposito/trackmyd-api) project APIs to get device locations.
|
||||
**trackmyd-bot** uses the [**trackmyd-api**](https://github.com/franjsco/trackmyd-api) project APIs to get device locations.
|
||||
|
||||
To configure the server, refer to the [**trackmyd-api**](https://github.com/frsposito/trackmyd-api) repository.
|
||||
To configure the server, refer to the [**trackmyd-api**](https://github.com/franjsco/trackmyd-api) repository.
|
||||
|
||||
|
||||
In order to use trackmyd-bot, in addiction to the configuration of the trackmyd-api, it’s also necessary to configure [**GPSLogger**](https://github.com/mendhak/gpslogger), an open-source application that allows sending location through HTTP calls.
|
||||
@@ -62,4 +62,4 @@ Before requesting the position to the bot you need to add a new device and confi
|
||||
GPLv3
|
||||
|
||||
---
|
||||
Made with ❤️ by Francesco Esposito ([@frsposito](https://github.com/frsposito))
|
||||
Made with ❤️ by Francesco Esposito ([@franjsco](https://github.com/franjsco))
|
||||
|
@@ -19,12 +19,12 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/frsposito/trackmyd-bot.git"
|
||||
"url": "git+https://github.com/franjsco/trackmyd-bot.git"
|
||||
},
|
||||
"author": "frsposito",
|
||||
"author": "franjsco",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"bugs": {
|
||||
"url": "https://github.com/frsposito/trackmyd-bot/issues"
|
||||
"url": "https://github.com/franjsco/trackmyd-bot/issues"
|
||||
},
|
||||
"homepage": "https://github.com/frsposito/trackmyd-bot#readme"
|
||||
"homepage": "https://github.com/franjsco/trackmyd-bot#readme"
|
||||
}
|
||||
|
@@ -8,7 +8,7 @@ function welcome() {
|
||||
A bot to track your devices with GPS.
|
||||
|
||||
Please, read the README on
|
||||
[trackmyd-bot](https://github.com/frsposito/trackmyd-bot) repository
|
||||
[trackmyd-bot](https://github.com/franjsco/trackmyd-bot) repository
|
||||
to configure the bot.
|
||||
|
||||
Made with ❤️ by Francesco Esposito`;
|
||||
@@ -28,7 +28,7 @@ function help() {
|
||||
|
||||
function unauthorizedUser() {
|
||||
const msg = `Unauthorized user. 🤖 \n
|
||||
Clone the repository https://github.com/frsposito/trackmyd-bot
|
||||
Clone the repository https://github.com/franjsco/trackmyd-bot
|
||||
and run the bot on your local network. 😎`;
|
||||
return msg;
|
||||
}
|
||||
|
Reference in New Issue
Block a user