Skip to content

some handy cli tools for your FritzBox

License

Notifications You must be signed in to change notification settings

derVedro/fritztools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fritztools is a small collection of CLI-goodies for your FritzBox

Features

  • open, close and list ports forwardings
  • turn on/off FritzBox wi-fi, list connected devices
  • show public IP address
  • reconnect

Install

Clone the repo, then:

pip install .

Usage

First at all, you should set FRITZ_PASSWORD environment variable with your FritzBox user password.

export FRITZ_PASSWORD=your_password

Then you can use fritztools on your shell with fritz command. A simple example of how to figure out all port forwardings on your FritzBox would look like this:

fritz port list

For all the others commands just use the build-in --help argument.

Releases

No releases published

Packages

No packages published

Languages