Skip to content

MikroTik downloader for log file, configuration file, backup file, and automatic cron downloader.

License

Notifications You must be signed in to change notification settings

bangrezz/mikfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project logo

mikfiles

Status GitHub Issues GitHub closed issues GitHub Release License


MikroTik downloader for log file, configuration file, and backup file with automatic cron.

📝 Table of Contents

🧐 About

Alt text

Mikfiles can download :

  • Log file
  • Configuration file
  • Backup file

And support for automation download with Linux cron

Alt text This can add, edit, delete, enable, disable cron configuration. But, "add" menu only can 1 cron to add.

🏁 Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Mikfiles currently full worked on Linux. Because it using cron to unlock feature automatic schedule downloading file. But you can try to downloading file with mikfiles using Windows, macOS, and Android (Termux) if possible.

Installing

A step by step series of examples that tell you how to get a development env running.

Install the python on your system :

  • Ubuntu/Debian
sudo apt install python3
  • Fedora/RedHat
sudo dnf install python3
  • Arch/Manjaro
pacman -S python
  • Other OS visit https://www.python.org/downloads/ to spesific version

Say what the step will be

cd mikfiles/
pip install -r requirements.txt

End with an example of getting some data out of the system or using it for a little demo.

🎈 Usage

How to use mikfiles to downloading file

  • if you using Linux and want to edit cron
sudo python3 mikfiles.py
  • if you using Linux, Windows, macOS, or Android (via Termux)
python3 mikfiles.py

Then follow all instructions on mikfiles

⛏️ Built Using

  • 🐍 Python - All code using python

✍️ Authors

🖼️ Gallery Mikfiles

Alt text
Alt text Alt text Alt text
Alt text

Automatic Download with Cron - mikfiles feature

Alt text Alt text Alt text Alt text Alt text Alt text

🎉 Acknowledgements