An open API service indexing awesome lists of open source software.

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

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.