Network Automation using Python on MikroTik (REST API Part 1)

Опубликовано: 27 Сентябрь 2024
на канале: MKSIT
15,030
231

In today's video we will see how we can use Python to configure our MikroTik RouterOS v7.x device. Python in high-level general-purpose programming language and is used to script/automate. You will learn few nuances of the language and you will try to understand how to make simple scripts to automate your daily configurations.

We will use pycharm in this video, you can download the same from:
https://www.jetbrains.com/pycharm/

In case you want to use Python's default IDE, you can download it from:
https://www.python.org/

Github link to a sample code which you can use and change according to your need:
https://github.com/mksbcisco/YTrepo/t...

Today's Code is also available in the above link