Coder Social home page Coder Social logo

actcorp_autologin's Introduction

ACTCORP AUTO-LOGIN SCRIPT

This script can be use to setup auto-login on the ACT Corp network without having the need to going to the redirect page entering password and again. The script ensures that when the user gets logged out of the network they get automatically logged in 5 second (easily modifiable interval).

The easy way out

If your router is supported you should go for the easy solution:

  1. Go to your routers login page.
  2. Set Internet Connection Type to PPPoE.
  3. Enter username and password and you're done.

If you are one of the unlucky one's for which this doesn't work use the below scripts.

Requirements

  1. Python3
  2. Other dependencies as listed in requirements.txt.

Installation

Download the script using git/other means.

1. Setup dependencies

Run the following command for setting dependencies in place:

pip install -r requirements.txt

2. Update username and password

Update the USERNAME and PASSWORD variables in autologin_actcorp.py file.

USERNAME = '<username>'
PASSWORD = '<password>'

if you are trying to use this outside of hyd circle you might need to update the REDIRECT_ADDRESS address.

REDIRECT_ADDRESS = '<redirect server>'

3. Run the script.

Run the script as a demon process.

python3 autologin_actcorp.py &

4. Optional set it up for autostart on login

AutoStart on login(Ubuntu)

actcorp_autologin's People

Contributors

h1t35h avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.