https://github.com/ghost0159/nx-title-lookup
Python script to fetch and save Nintendo Switch title data from the eShop in JSON format
https://github.com/ghost0159/nx-title-lookup
nintendo nx title
Last synced: 12 months ago
JSON representation
Python script to fetch and save Nintendo Switch title data from the eShop in JSON format
- Host: GitHub
- URL: https://github.com/ghost0159/nx-title-lookup
- Owner: Ghost0159
- License: mit
- Created: 2024-11-15T04:17:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-15T05:33:42.000Z (over 1 year ago)
- Last Synced: 2025-07-03T09:12:04.471Z (about 1 year ago)
- Topics: nintendo, nx, title
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nx-title-lookup
**Description:**
`nx-title-lookup` is a Python script designed to fetch and save Nintendo Switch title data from the eShop in JSON format.
**Usage:**
1. Clone the repository:
```bash
git clone https://github.com/Ghost0159/nx-title-lookup.git
cd nx-title-lookup
```
2. Run the script:
```bash
python main.py
```
**Requirements:**
- Python 3.x
- Any additional dependencies can be installed via:
```bash
pip install -r requirements.txt
```
**License:**
This project is licensed under the MIT License. See the [LICENSE](https://github.com/Ghost0159/nx-title-lookup/blob/main/LICENSE) file for details.