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.
- Node.js and NPM
- yarn
- macOS, Windows, Linux or Android
There are two ways you can install Ion on your PC/Android. To install and host on Android, follow this post.
This is the easiest way to install Ion, run the following commands:
yarn global add @ionapp/cli
ion --init
cd ion-main
yarn start
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
Enjoy! Feedbacks are really appreciated ❤️