[WP REST API v2] Laden Sie Bilder mit Python hoch

Beachten Sie, dass ich süchtig danach war, Bilder mit der WP REST-API auf Medien hochzuladen.

import requests

user_id = ''
app_password = ''
end_point_url = 'http://example.com/wp-json/wp/v2/media'

image_path = '/path/to/image.jpg'
file_name = 'image.jpg'

headers = {
    'Content-Disposition': f'attachment; filename="{file_name}"'
}

# load image file
f = open(image_path, 'rb')
img_data = f.read()
f.close()

response = requests.post(end_point_url, data=img_data, headers=headers, auth=(user_id, app_password))

# media_id = response.json()['id']

Recommended Posts

[WP REST API v2] Laden Sie Bilder mit Python hoch
Implementieren Sie die REST-API schnell in Python
Führen Sie die Google Analytics-API (Core v3) in Python aus
Anonymer Upload von Bildern mit der Imgur-API (mit Python)
C-API in Python 3
Python-Anfänger haben versucht, die REST-API an einem Tag zu implementieren
Laden Sie eine JPG-Datei mit der Google Drive-API in Python hoch
Holen Sie sich LEAD-Daten mit der REST-API von Marketo in Python
Hit Mastodons API in Python
Blender Python API in Houdini (Python 3)
[LINE Messaging API] Geben Sie das Kanalzugriffstoken v2.1 in Python aus
Generierung von Spezifikationen und Code in der REST-API-Entwicklung (Python Edition)
Zahlenerkennung in Bildern mit Python
Bildpixel-Manipulation in Python
Abrufen der arXiv-API in Python
So sammeln Sie Bilder in Python
Klicken Sie in Python auf die Sesami-API
Erstellen Sie Google Mail in Python ohne Verwendung der API
Extrahieren Sie mit Python Text aus Bildern
Klicken Sie auf die Web-API in Python
Greifen Sie mit Python auf die Twitter-API zu
Arbeiten mit DICOM-Bildern in Python
Cloud DevOps-Kochbuch Teil 4 - Entdecken Sie DevOps DirectMail in Python mit der REST-API
Hochladen und Herunterladen von Bildern in Azure Storage. Mit Python + Anfragen + REST API
Mausbedienung mit Windows-API in Python
Versuchen Sie, die Kraken-API mit Python zu verwenden
Wenden Sie verschiedene Formen von Mosaiken auf Bilder an (Python, OpenCV).
Tweet mit der Twitter-API in Python
Holen Sie sich Google Fit API-Daten in Python
[Python] REST API wesentliche, bequeme Zusammenfassung der Bibliothek
Entwicklung und Bereitstellung der REST-API in Python mit Falcon Web Framework
Laden Sie Bilder von der URL-Liste in Python herunter
Probieren Sie schnell die Microsoft Face API in Python aus
Erkennen Sie japanische Zeichen anhand von Bildern mithilfe der Cloud Vision-API von Google mit Python
Implementierter Python-Wrapper für Qiita API v2
Entfernen Sie DICOM-Bilder in Python
Lesen von Zeichen in Bildern mit Python OCR
Laden Sie Bilder mit Python auf Google Drive hoch
Berühren Sie die Beispiel-v20-Python-Beispiele der OANDA v20-REST-API-Wrapper-Bibliothek für Python
Führen Sie den Qiita API v2 Python-Wrapper in einer Python 3-Umgebung aus (Mac OS X 10.11 (El Capitan)).
Erhalten Sie einen Websocket der kabu station ® API in Python
Konvertieren Sie PDFs mit Python in Massenbilder
Versuchen Sie es mit der BitFlyer Ligntning API in Python
Holen Sie sich die Bild-URL mithilfe der Flickr-API in Python
Tipps zum Erreichen der ATND-API mit Python
Lassen Sie uns Emotionen mithilfe der Emotions-API in Python beurteilen
DICOM-Bilder mit Python Part 2 entfernen
Laden Sie Bilder von der URL mit Pillow in Python 3
So erstellen Sie eine Rest-API in Django
Redis Shortest Introduction (3) API in 5 Minuten sogar in Python
Klicken Sie in Python auf die Firebase Dynamic Links API
Versuchen Sie, die ChatWork-API und die Qiita-API in Python zu verwenden
Versuchen Sie, die DropBox Core-API mit Python zu verwenden
Quadtree in Python --2
Python in der Optimierung
CURL in Python
Geokodierung in Python
SendKeys in Python
Metaanalyse in Python