Get info from WE Telecom Egypt api and sent it via Telegram
Node v18.20.0 (recommend)
Node v20.12.0 (not recommend)
git clone this repo
npm install
- Change WE_LOGIN_NUMBER and WE_LOGIN_PASSWORD in run.js
- Get telegram bot api token from telegram @BotFather
- Get chat id by using
https://api.telegram.org/bot<YourBOTToken>/getUpdates - Chnage YOUR_TELEGRAM_BOT_TOKEN and CHAT_ID in run.js
- Run the script
node run.js
Change const info = for diffrent output
- we-toolkit from kofta999
