Pterogram is integration telegram with pterodactyl using telegram bot.
- Clone the repository
- Open config.toml
- Set telegram Bot
tokenusing https://t.me/BotFather - Set
accessid using chatid from https://t.me/getmyid_bot, to have access to bot. - Set
hostingUrlof your pterodactyl panel, url must be using https. - Set
clientAPIKeyfrom Account Settings > API Credentials > Create API key. - Use
npm installin directory where placed bot, to inizialite node modules. - Run
app.jsfile in any way you like. For examplenode app.js
