Simple command-line application to "touch" your Mega accounts and avoid getting closed due to inactivity.
run:
pip install megakeep
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 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
- --help
- --file or -f
- --skip-fails or -s
- git clone the project
- run
python -m main.py --file path/to/file
- git clone the project
- run
python setup.py install
- git clone the project
- run
python setup.py sdist bdist_wheel
pip install twine
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
twine upload dist/*