-
-
Notifications
You must be signed in to change notification settings - Fork 41
How to get the apiKey of ptpimg
Rick Lee edited this page May 10, 2021
·
2 revisions
- You need account of PTP or Red.Register ptpimg by following the instructions.
- Sign in https://ptpimg.me/
- If the EasyUpload script has been installed, there will be a
Save ApiKey
button on the page, click it to save it to the EasyUpload settings.
If the EasyUpload script has been installed, the guide ends here.
- If the EasyUpload script is not installed, take Chrome as an example. In the ptpimg page, use the shortcut key
F12
(MAC isfn+F12
) to open the browser console, and copy the codecopy($('#api_key').val( ));
to the console, press Enter to execute, you can copy the apiKey to the clipboard, and paste it to the corresponding place.