1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 09:22:07 +02:00
Commit graph

6 commits

Author SHA1 Message Date
Marco Bonelli
df8cae8c6f Update and refactor send_to_bot script
Refactor the script from top to bottom:

 1. Switch to Python 3.
 2. Add functionality for commenting only once (used for commenting messages
    generated by the check-pr script).
 3. Split the functionality clearly into two different actions: one for
    pr-check information, and one for build errors.
 4. Add additional env vars checks and error checks.
2019-11-29 16:01:25 +00:00
pxgamer
ce97ed1f7c scripts: fix import for urllib2 in python3 2018-08-26 21:16:50 +01:00
pxgamer
fae6737841 scripts: add python3 compatibility for the bot 2018-08-26 21:16:50 +01:00
HairyFotr
e0ccb7147a Fix a few typos 2017-07-23 19:52:44 +05:30
Agniva De Sarker
6b8c3956ad Update message text 2017-05-22 20:34:26 +01:00
Agniva De Sarker
f73955fd06 Using tldr bot on a separate server
- Sending the PR id and message as a POST request.
- The bot running on a separate server receives the message and posts
the comment on the PR.
2017-05-09 17:24:31 +05:30