Simple CLI to "touch" Mega accounts and avoid getting it closed due to inactivity.
Project description
MegaKeep
Simple command-line application to "touch" your Mega accounts and avoid getting closed due to inactivity.
How to use?
Install package
run:
pip install megakeep
Create passwords file
create file containing your mega account
- each line should contain email and password separated in space/tab.
- multiple spaces are allowed.
- comments are allowed (# and //).
- empty lines are allowed.
i.e.:
bla@email.com mypa55
another@account.com n1cePass
# Bob's account:
bob_mega@gmail.com ilovemega
// my secret account
oh@im.god look-at-my-drive
Run
run one of the following:
megakeep --file mega.txt
megakeep -f mega.txt
or if your file named mega.txt and in your current directory:
megakeep
All flags
- --help
- --file or -f
- --skip-fails or -s
Run megakeep from source
- git clone the project
- run
python -m main.py --file path/to/file
Build megakeep from source
- git clone the project
- run
python setup.py install
Install megakeep from source
- git clone the project
- run
python setup.py sdist bdist_wheel
Upload to PyPI
pip install twinetwine upload --repository-url https://test.pypi.org/legacy/ dist/*twine upload dist/*
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file megakeep-1.1.2.tar.gz.
File metadata
- Download URL: megakeep-1.1.2.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.11.5 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb3c2578ba6734e016d2edb043476474e97f60ded9c008300a7913db9eccb73a
|
|
| MD5 |
1751f4dabe8da4a268d3349c3f0750ba
|
|
| BLAKE2b-256 |
4a6a4272faea23a964fe1e41777dc081a5dfbc81b7c4621b73ecf943a67b48c0
|
File details
Details for the file megakeep-1.1.2-py3-none-any.whl.
File metadata
- Download URL: megakeep-1.1.2-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.11.5 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
03d5b40428f34a81897993dd084ab2be6cd784cbd925216d254018bcff413ec8
|
|
| MD5 |
a89bbf9448e0571cf0649c2aec64fe69
|
|
| BLAKE2b-256 |
f2de5bc711066b85835f46896d64237c7bb733cd2ee150acc8242f26caa016c6
|