1.2.9 • Published 3 years ago

@ionapp/bot v1.2.9

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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 ❤️