RcGcDw/README.md

39 lines
1.7 KiB
Markdown
Raw Normal View History

2018-06-15 13:56:35 +00:00
## Overview ##
2019-02-11 23:34:30 +00:00
*Recent changes Gamepedia compatible Discord webhook* is a project made from earlier recent changes module of IRC bot. It has been remade as independent script for public use.
2019-04-20 20:57:08 +00:00
Screenshots of the script in action can be found [on the wiki](https://gitlab.com/piotrex43/RcGcDw/wikis/Presentation).
### Features ###
* Fetch recent changes from Gamepedia wiki and send them to Discord channel using a webhook
2019-04-20 20:57:08 +00:00
* Two appearance modes - embed and compact
* Send daily overviews, that show general information about wiki activity
* Supports multiple languages (included EN, PL, BR, RU, FR, UK)
2019-04-20 20:57:08 +00:00
* Re-sends missed edits after start
2018-06-15 13:56:35 +00:00
2018-06-17 12:39:22 +00:00
### Dependencies ###
2018-06-18 21:31:53 +00:00
* **Python 3.6>**
2018-06-17 12:39:22 +00:00
* requests 2.18.4>
2018-06-18 21:31:53 +00:00
* beautifulsoup 4.6.0>
2018-06-21 23:35:24 +00:00
* schedule 0.5.0>
2018-11-11 23:40:43 +00:00
* lxml 4.2.1>
2018-06-17 12:39:22 +00:00
2019-04-20 20:57:08 +00:00
### settings.json ###
2018-07-17 15:26:48 +00:00
[Explanation for settings](https://gitlab.com/piotrex43/RcGcDw/wikis/settings.json)
2018-06-17 12:39:22 +00:00
### How to use ###
2019-04-20 20:57:08 +00:00
[Refer to the guide on the wiki](https://gitlab.com/piotrex43/RcGcDw/wikis/Guide). If you don't have the means to host it you can request me to host it for you.
### Contributors ###
* MarkusRost for enormous help with pointing out bugs, space for improvements and contributing to the code.
* I'd like to thank Minecraft Wiki English Discord server community, most notably Jack McKalling for input on how the script should work, especially formatting and what information should be there.
2018-06-18 22:13:24 +00:00
#### Translators ####
* MarkusRost German translation
* JSBM French translation
* Eduaddad Brazilian Portuguese translation
* BabylonAS and Russian Minecraft Wiki community Russian translation
* Mak_and_Iv Ukrainian translation
Thank you!
2018-06-18 15:26:03 +00:00
### Wiki ###
For more information, check the [wiki](https://gitlab.com/piotrex43/RcGcDw/wikis/Home)!