└── Readme.md /Readme.md: -------------------------------------------------------------------------------- 1 | # Unmaintained, Archived 2 | 3 | # Wiki-Tools 4 | 5 | A collection of tools and bots (mainly for commons.wikimedia.org) based on [wiki-java](https://github.com/MER-C/wiki-java). 6 | The template used to create all tools is listed as well. 7 | 8 | ## Flock 9 | Review the license of files recently uploaded to Wikimedia Commons 10 | 11 | ↳ [Code](https://github.com/MarcoFalke/wiki-java-tools/tree/flock), [Report issue with code](https://github.com/MarcoFalke/wiki-java-tools/issues/new?title=Flock%3A) 12 | 13 | ---- 14 | 15 | ## FolderReUp 16 | Upload all files in a given folder, overwriting the files on Wikimedia Commons 17 | 18 | ↳ [Code](https://github.com/MarcoFalke/wiki-java-tools/tree/folder-re-up), [Report issue with code](https://github.com/MarcoFalke/wiki-java-tools/issues/new?title=FolderReUp%3A) 19 | 20 | ---- 21 | 22 | ## GIFburner 23 | Replace eligible gif files on Commons with png files 24 | 25 | ↳ [Code](https://github.com/MarcoFalke/wiki-java-tools/tree/gifburner), [Report issue with code](https://github.com/MarcoFalke/wiki-java-tools/issues/new?title=GIFburner%3A) 26 | 27 | ---- 28 | 29 | ## Imker 30 | Mass downloader for any wiki project 31 | 32 | ↳ [Code](https://github.com/MarcoFalke/wiki-java-tools/tree/imker), [Report issue with code](https://github.com/MarcoFalke/wiki-java-tools/issues/new?title=Imker%3A) 33 | 34 | ---- 35 | 36 | ## TopBot 37 | Determine the top used raster graphics on Wikimedia Commons and put them in appropriate reports 38 | 39 | ↳ [Code](https://github.com/MarcoFalke/wiki-java-tools/tree/topbot), [Report issue with code](https://github.com/MarcoFalke/wiki-java-tools/issues/new?title=TopBot%3A) 40 | 41 | ---- 42 | 43 | ## YaCBot 44 | Cleanup file pages on Wikimedia Commons 45 | 46 | ↳ [Code](https://github.com/MarcoFalke/wiki-java-tools/tree/yacbot), [Report issue with code](https://github.com/MarcoFalke/wiki-java-tools/issues/new?title=YaCBot%3A) 47 | 48 | ---- 49 | 50 | ##{Template} 51 | The template which is used for all the above Bots and programs. Just create a new class extending App.java and you are good to go. 52 | 53 | This template is also the place to merge upstream changes from the wiki-java library before they get merged to each branch. Moreover, all changes to the [commonly used library files](https://github.com/MarcoFalke/wiki-java-tools/tree/master-base/src/wiki) should be mirrored in this branch. 54 | 55 | ↳ [Code](https://github.com/MarcoFalke/wiki-java-tools/tree/master-base), [Report issue with code](https://github.com/MarcoFalke/wiki-java-tools/issues/new?title=Template%3A) 56 | --------------------------------------------------------------------------------