tiendn / expo-postpublish-telegram-notify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

expo-postpublish-telegram-notify

This project folk from expo/expo-postpublish-telegram-notify, it stills available on npm, but not Github.

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.

CHANGELOG

  • Support expo release-channel when post publish to Telegram

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": [
          ]
        }
      }
    ]
  }

About


Languages

Language:JavaScript 100.0%