Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eccenux/wiki-node-sk
Code cleanup of various Wikimedia projects via API with NodeJS.
https://github.com/eccenux/wiki-node-sk
wikipedia wikipedia-bot wikiquote
Last synced: about 2 months ago
JSON representation
Code cleanup of various Wikimedia projects via API with NodeJS.
- Host: GitHub
- URL: https://github.com/eccenux/wiki-node-sk
- Owner: Eccenux
- Created: 2024-06-02T20:46:35.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-19T08:51:02.000Z (6 months ago)
- Last Synced: 2024-06-19T17:40:24.878Z (6 months ago)
- Topics: wikipedia, wikipedia-bot, wikiquote
- Language: JavaScript
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-sk
Code cleanup of various Wikimedia projects via API with NodeJS.
Experiments of porting wp_sk.js ([WP:SK](https://pl.wikipedia.org/wiki/Wikiprojekt:Sprz%C4%85tanie_kodu)) to NodeJS... Maybe.
## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [Author](#author)
- [License](#license)## Installation
To install the necessary dependencies, run the following command:
```sh
npm install
```## Usage
You can start using this project by running the main script located in `src/index.js`.
Note! You will need `bot.config.mjs` for this to work. See Wikiploy repo for an example.
## Author
Maciej "Nux" Jaros
## License
This project is licensed under the MIT License.