From f4b950ada852ef28396334ed17fcf758a1e36a93 Mon Sep 17 00:00:00 2001 From: Nikola Arbov <49321625+Arboff@users.noreply.github.com> Date: Wed, 4 Jan 2023 12:26:00 -0800 Subject: [PATCH 1/3] Update README.MD --- README.MD | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 56 insertions(+), 1 deletion(-) diff --git a/README.MD b/README.MD index a16e645..7bb7d59 100644 --- a/README.MD +++ b/README.MD @@ -30,4 +30,59 @@ Please make sure to update tests as appropriate. ## License -[MIT](https://choosealicense.com/licenses/mit/) \ No newline at end of file +[MIT](https://choosealicense.com/licenses/mit/) + + +# Mega.nz Account Checker by Arboff. +![alt text](https://i.imgur.com/hX1cORt.png) +![alt text](https://i.imgur.com/4jA4HH3.png) + + +Proxyless Mega.nz account checker using the Mega.py library. All hits get storage capture and saved to a seperate txt file. Also, supports discord webhook integration. + +## Installation + +Use the package manager [pip](https://pip.pypa.io/en/stable/) to install required modules. +## Installation on Linux +```bash +pip install colorama +pip install discord-webhook +pip install mega.py +``` +## Installation on Windows +Run Mega.nz Checker by Arboff. + +## Usage + +Program is self explanatory. Follow on-screen instructions. + +## Contributing + +Pull requests are welcome. For major changes, please open an issue first +to discuss what you would like to change. + +Please make sure to update tests as appropriate. + +## License + +[MIT](https://choosealicense.com/licenses/mit/) + + +# PATCH NOTES + +## 1.2 + +```bash +Removed bug where the program would suddenly crash at a certain account. Issue was caused by not adding "UTF-8" coding when reading the files. + +ADDED: + +Added CURRENT/TOTAL counter on top +Added a counter for Hits / Fails / Customs on the top of the status bar. +Added functionality to look for keyword in the account upon HIT +Added String Position in Hit message +Added TRUE/FALSE keyword flag on hits + +Visual Improvements. +Recompiled .exe +``` From ce65251cb0d8f837911e721a93285ebddb7a83b2 Mon Sep 17 00:00:00 2001 From: Nikola Arbov <49321625+Arboff@users.noreply.github.com> Date: Wed, 4 Jan 2023 12:26:35 -0800 Subject: [PATCH 2/3] Update README.MD --- README.MD | 35 ----------------------------------- 1 file changed, 35 deletions(-) diff --git a/README.MD b/README.MD index 7bb7d59..547ac15 100644 --- a/README.MD +++ b/README.MD @@ -33,41 +33,6 @@ Please make sure to update tests as appropriate. [MIT](https://choosealicense.com/licenses/mit/) -# Mega.nz Account Checker by Arboff. -![alt text](https://i.imgur.com/hX1cORt.png) -![alt text](https://i.imgur.com/4jA4HH3.png) - - -Proxyless Mega.nz account checker using the Mega.py library. All hits get storage capture and saved to a seperate txt file. Also, supports discord webhook integration. - -## Installation - -Use the package manager [pip](https://pip.pypa.io/en/stable/) to install required modules. -## Installation on Linux -```bash -pip install colorama -pip install discord-webhook -pip install mega.py -``` -## Installation on Windows -Run Mega.nz Checker by Arboff. - -## Usage - -Program is self explanatory. Follow on-screen instructions. - -## Contributing - -Pull requests are welcome. For major changes, please open an issue first -to discuss what you would like to change. - -Please make sure to update tests as appropriate. - -## License - -[MIT](https://choosealicense.com/licenses/mit/) - - # PATCH NOTES ## 1.2 From a1f5ebfbf26517c380dfef182d2d94fa973fcc2d Mon Sep 17 00:00:00 2001 From: Nikola Arbov <49321625+Arboff@users.noreply.github.com> Date: Wed, 4 Jan 2023 12:29:27 -0800 Subject: [PATCH 3/3] Update README.MD --- README.MD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.MD b/README.MD index 547ac15..4d63722 100644 --- a/README.MD +++ b/README.MD @@ -1,3 +1,5 @@ +[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FArboff%2FMega-Checker-by-Arboff&count_bg=%2379C83D&title_bg=%23555555&icon=circle.svg&icon_color=%23E7E7E7&title=Visits&edge_flat=false)](https://hits.seeyoufarm.com) + # Mega.nz Account Checker by Arboff. ![alt text](https://i.imgur.com/hX1cORt.png) ![alt text](https://i.imgur.com/4jA4HH3.png)