An open API service indexing awesome lists of open source software.

https://github.com/oauthority/go-utils

A collection of useful Go scripts to interact with the MediaWiki API.
https://github.com/oauthority/go-utils

mediawiki mediawiki-api

Last synced: about 2 months ago
JSON representation

A collection of useful Go scripts to interact with the MediaWiki API.

Awesome Lists containing this project

README

        

**Go Utils** is a collection of useful scripts for working with MediaWiki. Each script runs individually to achieve specific tasks, but the aim is to eventually turn this into some kind of bot framework, like **pywikibot**

### Why Go?
Go is a simple, yet effective language that can handle multiple threads and is extremely fast; much faster than python. Also, why not? Go is fun.

## Code of Conduct
Development of this software is governed by the [MediaWiki Code of Conduct](https://www.mediawiki.org/wiki/Code_of_Conduct).

## License
This repository and code herein is licensed under the MIT License. You are free to modify and redistribute the code in its entirety as long as you abide by the restrictions of the MIT License.

Please note that if you contribute to this repository — not that anyone will — you agree to license your contributions under afformentioned license.