mirror of
https://gitlab.com/chicken-riders/RcGcDw.git
synced 2025-02-23 00:24:09 +00:00
Merge branch 'testing' into 'master'
1.6 Closes #64, #63, and #73 See merge request piotrex43/RcGcDw!43
This commit is contained in:
commit
7917c9d34d
|
@ -1,12 +1,13 @@
|
|||
## Overview ##
|
||||
*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.
|
||||
Screenshots of the script can be found [on the wiki](https://gitlab.com/piotrex43/RcGcDw/wikis/Presentation).
|
||||
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
|
||||
* 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)
|
||||
* Re-sends missed edits after down-time
|
||||
* Re-sends missed edits after start
|
||||
|
||||
### Dependencies ###
|
||||
* **Python 3.6>**
|
||||
|
@ -15,11 +16,11 @@ Screenshots of the script can be found [on the wiki](https://gitlab.com/piotrex4
|
|||
* schedule 0.5.0>
|
||||
* lxml 4.2.1>
|
||||
|
||||
### Settings.json ###
|
||||
### settings.json ###
|
||||
[Explanation for settings](https://gitlab.com/piotrex43/RcGcDw/wikis/settings.json)
|
||||
|
||||
### How to use ###
|
||||
[Refer to the guide on the wiki](https://gitlab.com/piotrex43/RcGcDw/wikis/Guide)
|
||||
[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.
|
||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load diff
Binary file not shown.
File diff suppressed because it is too large
Load diff
Binary file not shown.
File diff suppressed because it is too large
Load diff
627
rcgcdw.pot
627
rcgcdw.pot
File diff suppressed because it is too large
Load diff
|
@ -27,6 +27,8 @@
|
|||
"wiki_bot_password": "",
|
||||
"show_added_categories": true,
|
||||
"appearance":{
|
||||
"mode": "embed",
|
||||
"embed": {
|
||||
"daily_overview": {
|
||||
"color": 16312092,
|
||||
"icon":""
|
||||
|
@ -204,4 +206,5 @@
|
|||
"color": 8092539
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue