1.1.1 • Published 4 years ago

expo-postpublish-telegram-notify v1.1.1

Weekly downloads
37
License
MIT
Repository
-
Last release
4 years ago

expo-postpublish-telegram-notify

Post a notification on Telegram whenever your project is published. Presumably you already know this is happening so it's probably more useful to non-you people, such as your team or your grandparents.

Installation

  1. Create an Telegram's bot.
  2. yarn add expo-postpublish-telegram-notify in your project.
  3. Add the following to your exp.json
  4. Start chat with bot via command /start. If not, you will receive an error 400 - Bad Request: chat not found.
  "hooks": {
    "postPublish": [
      {
        "file": "expo-postpublish-telegram-notify",
        "config": {
          "botToken": "YOUR BOT TOKEN FROM BOT FATHER",
          "chatIds": [
          ]
        }
      }
    ]
  }
1.1.1

4 years ago

1.1.0

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

7 years ago

1.0.0

7 years ago