Skip to content

Automate Mikrotik administration using python.

Notifications You must be signed in to change notification settings

pooriaghaedi/pymik

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

pymik

Automating mikrotik administration using python, functions include:

  • config
  • update
  • backup

pymik is useful when you have many mikrotik devices and you want update them or config them globally.

dependencies

  • paramiko

You need mikrotik with ssh enabled, pymik uses ssh to copy file or send commands.