Skip to content

RascalTwo/MagicJackCallFowardingToggler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

MagicJack Call Fowarding Toggle

Toggle the call-forwarding status of a MagicJack number with a single script.

magicjack.call.forwarding.toggle.mp4

How It's Made

Tech Used: Python 2, Selenium

After inspecting the user flow to login to the MagicJack website, navigate to the call forwarding page, and toggle the call forwarding status, I was able to automate the process with Selenium.

Optimizations

Currently the username and password are read via standard input, making this use environment variables or another easily-accessible method of storing credentials. The next optimization would be looking into using something lighter, from explicit HTTP requests, to another headless browser such as Playwright, etc.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages