@ionapp/bot

1.2.9 • Public • Published

Ion Bot

logo512 copy 2

Ion is an open source Telegram user bot with built-in web based admin dashboard which gives you ability to manage your user bot, install plugins, add custom commands and more.

Requirements

  • Node.js and NPM
  • yarn
  • macOS, Windows, Linux or Android

Installation

There are two ways you can install Ion on your PC/Android. To install and host on Android, follow this post.

Method 1 (recommended)

This is the easiest way to install Ion, run the following commands:

yarn global add @ionapp/cli
ion --init
cd ion-main
yarn start

Method 2

For this method you will need to manually download the latest release from GitHub page, then extract the zip file, and using the following command to setup.

git clone https://github.com/ionbot/ion-app
cd ion-app
npx lerna bootstrap
yarn
# create .env file in packages/bot folder and add MONGO=[mongo_url]
yarn dev

Deploy

Deploy on Railway

Known Issues

For more information

Enjoy! Feedbacks are really appreciated ❤️

Readme

Keywords

none

Package Sidebar

Install

npm i @ionapp/bot

Weekly Downloads

0

Version

1.2.9

License

MIT

Unpacked Size

6.39 MB

Total Files

55

Last publish

Collaborators

  • xencodes