NasirNobin / banglalink-data-balance-scraper

A simple script to retrieve Data Balance of your Banglalink sim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

banglalink data balance scraper

If you are lazy af (like me 😑 ) and tired of checking your data balance manually by dialing *5000*500#. Then let's automate it :3

Setting Up

  1. Clone git clone https://github.com/NasirNobin/banglalink-data-balance-scraper.git

  2. Run composer install

  3. Sign Up for onlineservice.banglalink.ne if don't have an account yet.

  4. Edit mybl.php and update your mobile number & password

$this->login = [
    'mobile'   => '019XXXXXXX',
    'password' => 'YOUR_PASS',
];
  1. Run php mybl.php

Result

About

A simple script to retrieve Data Balance of your Banglalink sim


Languages

Language:PHP 100.0%