A Python wrapper for the Torn City API v2, providing access to Torn City data.
- Install the TornAPIWrapper package by typing
pip install tornapiwrapperin your terminal. - Check out examples and documentations to familiarize yourself with the API.
- Create an API key.
- Start programming!
There are two Torn City API documentations that I recommend reading to understand how the Torn API and TornAPIWrapper work.
- Official Torn API Docs v2: Used by this project - best for endpoints, parameters, response schemas, and searching what to call and request.
- Official Torn API Docs v1: Useful reference - explains API keys, access levels, limits, error codes, and ToS details not covered in v2.
View CONTRIBUTING.md to contribute.
Note
This is not legal advice.
The content and software in this repository are licensed under the MIT License, a simple and permissive license that allows use, modification, and distribution as long as the license notice is preserved.
