Skip to content

Python script for broadband web based login ( For Providers who run IPACCT)

Notifications You must be signed in to change notification settings

pradyumnac/InternetLoginIPACCT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Purpose

Login Script for IP ACCT Solution based Broadband Login

Usage

  • Prerequisites:
    • Have Python with pip and virtualenv installed
      • rename the file sampleenvfile to ".env" and enter your credentials there
    • Install Python3 and virtualenv for your distro
    • Create virtualenv and install requirements python3 -m virtualenv lenv; source lenv/bin/activate.sh; pip install -r requirements.txt;
    • Edit run.sh to refect your project path (No Longer Required)
    • Rename sample.env to .env. Edit your login credentials inside the double quotes
    • Execute ./run.sh
    • Set crontab crontab -e to execute script every 15 mins Syntax. Change as per requirements in command below:
      • */15 * * * * ./Project-Path/run.sh

About

Python script for broadband web based login ( For Providers who run IPACCT)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published