Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eccenux/wiki-wdbot
WikdataBot, czyli masowe modyfikacje Wikidanych, w szczególności lokalizacji (współrzędne geograficzne).
https://github.com/eccenux/wiki-wdbot
bot-framework wikidata wikipedia
Last synced: 17 days ago
JSON representation
WikdataBot, czyli masowe modyfikacje Wikidanych, w szczególności lokalizacji (współrzędne geograficzne).
- Host: GitHub
- URL: https://github.com/eccenux/wiki-wdbot
- Owner: Eccenux
- Created: 2023-09-10T18:42:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-23T23:28:16.000Z (over 1 year ago)
- Last Synced: 2024-11-06T15:27:21.482Z (2 months ago)
- Topics: bot-framework, wikidata, wikipedia
- Language: JavaScript
- Homepage: https://enux.pl/project/pl/wdbot-czyli-boty-dla-wikidanych
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
WdBot
==========================WdBot or WikidataBot is mostly a tool for removing values from entities.
It was battle tested with large batches and NPM releases should be stable.With WdBot you can read many entites (Q) in paralel. This is mostly limited by your PC and network.
Removal of properties (P) is an edit operation and is limited to about 90 per minute.
This is a server side limit, but your account might have different limits.## License
MIT License.
Author: Maciej Nux.## Exports
main.js:
```js
export {
utils,
WikiBotLite,
WikidataBot
};
```## Usage
For bot configuration setup see setup for [WikiployLite](https://github.com/Eccenux/Wikiploy).
You can consider runBot.js as a usage example, but don't run it directly.
Note! WdBot is fast. Make sure you check your batch on a smaller example.
Unlike QuickStatements, WdBot does not have a revert feature.