Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.
/ ananbot Public archive

Open issue bot from AOSC telegram group

Notifications You must be signed in to change notification settings

AOSC-Archive/ananbot

Repository files navigation

ananbot

Open issue bot from AOSC telegram group

How to use?

  • clone, build and install td
  • install nodejs and yarn
  • clone this repo
  • cd ananbot and create telegram.json file, example:
{
    "apiId": //Telegram API ID,
    "apiHash": // Telegram API Hash
}
  • create github.json, example:
{
  "username": "YOU GITHUB ACCOUNT",
  "password": "YOU GITHUB ACCOUNT PASSOWRD",
  "owner": "YOU GITHUB REPO OWNER", //like aosc-dev
  "repo": "YOU GITHUB REPO" //like aosc-os-abbs
}

  • use yarn install dep
  • use yarn build build this bot.
  • use yarn start start this bot.

TODO

  • Readme
  • License (MIT?)
  • Workfow
  • Github Open issue/comment issue Markdown support
  • replyAndCloseIssue