1
0
mirror of https://github.com/xCryptic/MegaKeep.git synced 2024-09-18 20:32:24 +02:00
MegaKeep/README.md

54 lines
1.8 KiB
Markdown
Raw Permalink Normal View History

2019-05-30 04:51:41 +02:00
MegaKeep
========
2019-11-06 01:00:01 +01:00
![MegaKeep](https://i.imgur.com/43lLYFx.png)
2019-05-30 04:51:41 +02:00
This program will allow you to login to all of your mega accounts to avoid deletion due to inactivity.
> Please note while this program should work, it has not been completely tested. Doing so requires waiting for an email from mega saying "[MEGA is missing you!](https://i.imgur.com/OIY3RQq.png)", and then waiting to see if you get the following email "[Your MEGA account is inactive](https://i.imgur.com/quT4Rmk.png)".
## Requirements
You must have MEGAcmd installed and running on your machine. You can download the program here: https://mega.nz/cmd
## Instructions
Create a text file (.txt) of all your mega accounts and passwords in a `user:pass` format with one account per line. Then locate that file and run the program.
## Command Line
You are also able to start the program via command line.
`--cli` will auto-click the run button and run whatever file is already loaded
2021-01-19 04:23:17 +01:00
`--txtFile "C:\path\to\txtfile.txt"` will load the text file into the program
2019-05-30 04:51:41 +02:00
## Contributing
2019-06-01 05:21:49 +02:00
When making a pull request, please provide a thorough explanation of what you added/fixed. Suggestions are welcome in the form of issues.
## Version History
v1.0
2019-11-06 01:00:01 +01:00
2019-06-01 05:21:49 +02:00
- Initial Release
v1.1
2019-11-06 01:00:01 +01:00
2019-06-01 05:21:49 +02:00
- Fixed the UI freezing (via Task)
- Added timestamps to logging
- Added log saving
2019-11-06 01:00:01 +01:00
v2.0
- Rewrote the base code for the program
- The program will no longer completely restart if an account is already logged in
- The log now automatically scrolls down with the log instead of jumping to the top
2021-01-20 01:21:28 +01:00
v2.1
- Added cli option (thanks [CrazyOldWizard](https://github.com/CrazyOldWizard))
- Added a check for colin's in the input text file (thanks [jogerj](https://github.com/jogerj))
- Fixed a check when there was an error logging in (mega changed the wording)
- Updated to .net framework 4.7.2 (now using VS2019)
- Cleaned code