Apify actor for checking DJI Fly app updates
  • JavaScript 94.2%
  • Dockerfile 5.8%
Find a file
2021-05-22 09:26:22 +02:00
.gitattributes Initial commit 2021-05-22 07:29:11 +02:00
.gitignore First working version 2021-05-22 09:14:01 +02:00
.yarnrc.yml First working version 2021-05-22 09:14:01 +02:00
apify.json First working version 2021-05-22 09:14:01 +02:00
Dockerfile First working version 2021-05-22 09:14:01 +02:00
index.mjs First working version 2021-05-22 09:14:01 +02:00
LICENSE Initial commit 2021-05-22 07:29:11 +02:00
package.json First working version 2021-05-22 09:14:01 +02:00
README.md More Readme info 2021-05-22 09:26:22 +02:00
yarn.lock First working version 2021-05-22 09:14:01 +02:00

dji-fly-updates

Apify actor for checking DJI Fly app updates

This will check for updates of Android version of DJI Fly app (it is not on Play store). When there is new version, it will send notification e-mail with link to donwload new APK file. It also sends link to Android 12 Beta build.

Input

{
  "postmarkToken": "xxx-xxx",
  "toEmail": "you@example.com"
}

To run this actor you'll need postmark.com account, to get your postmarkToken. You'll also need account on Apify, to schedule Actor runs.

You can run this actor locally:

yarn install
yarn run apify --purge