チュートリアルで学ぶ¶
手順に従い、ウィキメディアプロジェクトとツールを介してやりとりする基礎を学びましょう。
初めてのツール作成¶
PythonとPywikibotのフレームワークを利用して、ウィキページを編集する方法を学びましょう。このチュートリアルは、ブラウザだけしか使いませんので、すぐに始められます。
Generate ideas for articles¶
Learn how to use the MediaWiki API to generate ideas for new Wikipedia articles. This tutorial uses Python and the Flask framework.
ウィキデータを利用するbotの作成¶
Pythonを用いて、ウィキデータから得られる大量のデータセットを取り扱い、ワークフローに渡してみましょう。
Display holidays from Wikipedia¶
Learn how to use the MediaWiki API to fetch holidays for a given date from Wikipedia. This tutorial also covers how to use the API to log in to Wikipedia and add new holidays. This tutorial uses Python and the Flask framework.
JavaScriptやCSSをウィキに追加する¶
Customize MediaWiki with client-side JavaScript and CSS. Share user scripts, and explore gadgets other people have created.
Host a tool on Wikimedia cloud servers¶
Toolforgeは、ツールを運用・管理するための、無償で利用できるホスティングサービスです。Toolforgeにアカウントを作成し、初歩的なウェブサービスをセットアップしてみましょう。