LIFE LOG(ここにはあなたのブログ名)

作業日誌 う靴

気ままにコンピュータ関連の備忘録などを書きます...。

Wordpress

Pythonを使ったWordpressへの自動投稿

1. インストール pip install python-wordpress-xmlrpc 2. コード 指定するURLは、https://xxxxx.com/xmlrpc.php とする。 (/xmlrpc.php を通常のURLの後ろにつける) from wordpress_xmlrpc import Client, WordPressPost from wordpress_xmlrpc.methods.p…