tldr-pages/tldr-bot

Name: tldr-bot

Owner: tldr pages

Description: A simple bot that performs automation tasks on the main tldr repo

Created: 2017-04-27 18:28:04.0

Updated: 2018-04-13 08:55:09.0

Pushed: 2017-05-19 07:50:06.0

Homepage: https://github.com/tldr-bot

Size: 5

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

tldr-bot

A simple bot that performs automation tasks on the main tldr repo

QuickStart
To run as a service, an environment file need to be set

An example of a file

UB_URL=https://api.github.com
TOKEN=<token>
_SLUG=tldr-pages/tldr
=6129
K_APP=/path/to/app/post_comment.py
ROOT=/path/to/app

Typically, the service is fronted by nginx. So you need to set the proper nginx config too.

tion / {
include uwsgi_params;
uwsgi_pass 127.0.0.1:6129;


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.