An open API service indexing awesome lists of open source software.

https://github.com/i3p9/megakeep-py

"touches" mega bulk accounts to keep them from being deleted due to inactivity
https://github.com/i3p9/megakeep-py

mega python python3

Last synced: about 1 month ago
JSON representation

"touches" mega bulk accounts to keep them from being deleted due to inactivity

Awesome Lists containing this project

README

          

# MegaKeep-py

MegaKeep-py is a Python script that uses the MEGA CLI to login to multiple Mega accounts to make sure they are still active. Basically it "touches" the accounts to keep them from being deleted due to inactivity.

## Requirements

- Python 3.x
- MEGA CLI (download from https://mega.io/cmd)

## Usage

In the `keep.py` file, you can change the `txt_file_path` variable to the path of the accounts file to a text file that contains the accounts to be checked. Then run the script.

```bash
python keep.py
```

## Accounts file

The accounts.txt file is a text file that contains the accounts to be checked.

```
user@domain.com:password
```

## Logs

The logs are saved in the logs folder.

## Caveats

- Depending on your network/mega restirctions, you might get rate limited and may need to run the script multiple times or wait for the rate limit to reset.