Skip to content

GerbilPL/python3-orange-funbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

python-orange-funbox

Prerequisites

This modul has been ported to python 3

How to install

Clone the funbox.py file to the directory in which you want to use it:

python.py
your_script.py

How to use this package:

# Import the module:
import funbox

# Initialize:
funbox = funbox.FunBox("http://192.168.1.1", "put_password_here")

# Now you can use the module methods:
import json
info = funbox.DeviceInfo()
print (json.dumps(info, indent=4))

# If needed, reconnect to funbox:
funbox.reconnect()

# You can also restart your router
funbox.restart()

More examples can be found in the wiki.

About

Fork of @bibiak1's python-orange-funbox repo. Updated to python3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%