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
- Host: GitHub
- URL: https://github.com/i3p9/megakeep-py
- Owner: i3p9
- Created: 2025-03-14T09:34:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-14T09:51:13.000Z (over 1 year ago)
- Last Synced: 2025-10-27T16:36:32.701Z (9 months ago)
- Topics: mega, python, python3
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.