科学の箱

科学・IT・登山の話題

Python

wordpress-xmlrpc

投稿日:

WordPressへPythonから投稿してみる。

まずは設定から。説明はこちらにある。

https://python-wordpress-xmlrpc.readthedocs.io/en/latest/overview.html#installation


pip install python-wordpress-xmlrpc

とりあえずインタラクティブモードでテスト

と、ここまで書いたところでWordpress側でxml-rpc-modernizationプラグインが必要であることがわかった。

しかしこのプラグインはWordpress 3.5.2までしかサポートしていない。

そのため別のアプローチを考えることにする。

メタ情報

inarticle



メタ情報

inarticle



-Python

執筆者:


comment

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です

関連記事

no image

配列を利用した四則演算とuniversal関数

四則演算 import numpy as np arr = np.arange(1,11) arr arr + arr arr * arr arr – 100 arr – arr [/cde] np. …

no image

Python + Slack Bot – 1

こちらのページを参考にしてslack botを作成する。 https://www.fullstackpython.com/blog/build-first-slack-bot-python.html …

no image

requests.exceptions.SSLError: HTTPSConnectionPoolの対応方法

エラー raise SSLError(e, request=request) requests.exceptions.SSLError: HTTPSConnectionPool(host=&#8217 …

no image

Scrapy – Install

インストールガイドはこちら https://doc.scrapy.org/en/latest/intro/install.html#intro-install anacondaにインストールする co …

no image

seabornをEDAに応用する

seabornを利用すれば基本となるビジュアルと分布、regressionをすぐに取得できる。 import seaborn as sns tips = sns.load_dataset(‘tips’ …

2018年9月
« 6月   10月 »
 12
3456789
10111213141516
17181920212223
24252627282930

side bar top



アーカイブ

カテゴリー