PoracleJS is a NodeJS application for Discord and Telegram pokemon alarms. It currently supports wild spawns, raids, quests and invasions.
It allows for high end-user configurability using discord !commands
or telegram /commands
and private message or channel alarms.
- Install NodeJS version 10 or higher
- Create a discord bot and invite it to your server
git clone https://github.com/KartulUdus/PoracleJS.git // Clone the repository
cd PoracleJS // Navigate to the root of the project
npm install // install dependencies
npm run init // Create your basic config
npm start // Start the application