├── .gitignore ├── LICENSE ├── README.md ├── keep_account_active.py └── new_mega_account.py /.gitignore: -------------------------------------------------------------------------------- 1 | accounts.csv -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IceWreck/MegaScripts/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IceWreck/MegaScripts/HEAD/README.md -------------------------------------------------------------------------------- /keep_account_active.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IceWreck/MegaScripts/HEAD/keep_account_active.py -------------------------------------------------------------------------------- /new_mega_account.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IceWreck/MegaScripts/HEAD/new_mega_account.py --------------------------------------------------------------------------------