Personal website https://benkurtovic.com/
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 

686 B

layout title tags description
post EarwigBot Progress: Page Editing [Wikipedia Status report] Exactly what it says on the tin

Because of this, doing this:

{% highlight pycon %}

import wiki site = wiki.get_site() page = site.get_page(“User:EarwigBot/Sandbox”) page.edit(“I can has content?", “BOT: Testing new framework”, minor=True)

{% endhighlight %}

...produces this. Clearly a MASSIVE DEVELOPMENT.

After 5,800 lines of code, 54 files, and over 200 commits, EarwigBot can actually edit Wikipedia!

Yay!

—earwig