This script uses cURL to make a request to extract your personal info from Trakt.
- PHP 7.4 or higher
- cURL extension for PHP
- Zip extension for PHP
- Clone this repository to your local machine.
- Ensure you have PHP installed and configured on your machine. This script requires the cURL and Zip extensions to be enabled.
- Replace the API KEY that you can get here and your Trakt username.
- Run the php server
php -S localhost:8000on the project folder.
Run the script from the command line using the PHP CLI:
php -S localhost:8000
This script was inspired by Darek Kay who created the base script.
This project is licensed under the MIT License.
For any questions or inquiries, please contact jmarquesnox@gmail.com.
