{ "info": { "author": "Jason Phan", "author_email": "xor.jasonphan@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 3.7" ], "description": "
mega is an asynchronous web scraper for download links (primarily from Mega) of content such as movies, TV shows, music albums, and more.\n\n\n## Table of Contents\n- [Setup](#setup)\n- [Getting Started](#start)\n- [Usage](#usage)\n- [License](#license)\n\n\n## Setup\n1. Create an account at https://forum.snahp.it/\n\n2. Install mega: ```pip install mega```\n\n3. Create mega's configuration file: ```mega config create```\n\n\n\n## Getting Started\nFirst, set your credentials in the configuration file:\n```sh\n$ mega config user.name USERNAME\n$ mega config user.pass PASSWORD\n```\n\nTo check that they're correct, run the above commands but omit USERNAME and PASSWORD.\n\nNext, select the categories you want to check out:\n```sh\n$ mega config defaults\n```\n\n\n
\n
\n
\n
\n