You do not have permission to edit this page, for the following reason:
The action you have requested is limited to users in one of the groups: Users, Administrators.
Free text:
3DS eShop analysis tool is a python script to help you get deeper insights into the Nintendo 3DS eshops. This script will scrape the Nintendo 3DS eShops for all available regions (> 200 regions), merge the data, and compare with the 3dsdb and the data from that titlekey site. It gives insights (among others) into what titles are available globally, and what titles have already been archived. ==User guide== ===Requirements=== * An up-to-date installation of Python 3 (at least 3.6.x). * The requests module installed (<code>py -3 -mpip install requests</code> from the command line). ===How to run=== Run the script the script via <code>py -3 eat.py</code> (or <code>python3 eat.py</code> on unix). Theese are highly recommeded: * To include information about titlekeys to the results, add <code>-t [TITLEKEYURL]</code> or <code>--titlekeyurl [TITLEKEYURL]</code>. ** Whereas <code>[TITLEKEYURL]</code> is the URL (with 'http//') of that titlekeys site. ** If you don't want to do this every time, edit <code>titlekeyurl</code> in the source code (it's right at the top). * To add proper title ids and title sizes to the results, provide <code>ctr-common-1.crt</code> and <code>ctr-common-1.key</code>. (optional) If you want to limit the scope of analysed regions, provide <code>-r [REGION]</code> or <code>--region=[REGION]</code>, whereas <code>[REGION]</code> is <code>english</code>, <code>main</code> or the two letter country code of a specific region. Resulting CSV files will be written to the <code>results</code> subdirectory, intermediate dumps will be written to the <code>dumped</code> subdirectory. ==Credits== Thanks to ihaveamac for the help and started this by providing the eShop parser function. ==External links== * GitHub - https://github.com/d0k3/eshop-analysis * Reddit - https://www.reddit.com/r/3dshacks/comments/822poe/eshop_analysis_tool_v10_release
Advertising: