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/*
Release files for megakeep 1.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| megakeep-1.1.2.tar.gz | 2.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| megakeep-1.1.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.0 kB
Release files / megakeep-1.1.2.tar.gz
| Download URL | megakeep-1.1.2.tar.gz |
|---|---|
| Size | 2.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
bb3c2578ba6734e016d2edb043476474e97f60ded9c008300a7913db9eccb73a
|
|
BLAKE2b-256 checksum How to use checksums |
4a6a4272faea23a964fe1e41777dc081a5dfbc81b7c4621b73ecf943a67b48c0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.7.1 CPython/3.11.5 Windows/10
|
Release files / megakeep-1.1.2-py3-none-any.whl
| Download URL | megakeep-1.1.2-py3-none-any.whl |
|---|---|
| Size | 3.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
03d5b40428f34a81897993dd084ab2be6cd784cbd925216d254018bcff413ec8
|
|
BLAKE2b-256 checksum How to use checksums |
f2de5bc711066b85835f46896d64237c7bb733cd2ee150acc8242f26caa016c6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.7.1 CPython/3.11.5 Windows/10
|