All Projects → gdml → Daily Hero

gdml / Daily Hero

Licence: mit
The bot that sends daily closed issues digest to our team

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Daily Hero

Projmgr
R-based project management tools
Stars: ✭ 78 (+105.26%)
Mutual labels:  github-api, project-management
Mldm
потоковый курс "Машинное обучение и анализ данных (Machine Learning and Data Mining)" на факультете ВМК МГУ имени М.В. Ломоносова
Stars: ✭ 35 (-7.89%)
Mutual labels:  russian
Probot Gpg
A GitHub App that enforces GPG signatures on pull requests (no longer maintained)
Stars: ✭ 13 (-65.79%)
Mutual labels:  github-api
Community User Profile
👨‍💻 Profile page, but for developers.
Stars: ✭ 32 (-15.79%)
Mutual labels:  github-api
Shardingsphere Elasticjob
Distributed scheduled job framework
Stars: ✭ 7,369 (+19292.11%)
Mutual labels:  cron
Toodles
Project management directly from the TODOs in your codebase
Stars: ✭ 963 (+2434.21%)
Mutual labels:  project-management
Mvfsillva
My personal website
Stars: ✭ 13 (-65.79%)
Mutual labels:  github-api
Guide2011 3
Гайд по сокету LGA2011-3 и в целом по платформе Intel X99
Stars: ✭ 37 (-2.63%)
Mutual labels:  russian
Deno cron
A cron Job scheduler for Deno that allows you to write human readable cron syntax with tons of flexibility
Stars: ✭ 35 (-7.89%)
Mutual labels:  cron
Geoip Updater
Download and update MaxMind's GeoIP2 databases on a time-based schedule
Stars: ✭ 29 (-23.68%)
Mutual labels:  cron
Tent
Content management with Github hosted Markdown as an authoritative data source
Stars: ✭ 28 (-26.32%)
Mutual labels:  github-api
Djangoffice
Project management/CRM for small offices - Clients, Jobs, Tasks, Rates, Activities, Timesheets, Contacts, Invoices etc. etc.
Stars: ✭ 13 (-65.79%)
Mutual labels:  project-management
Gitgot
Semi-automated, feedback-driven tool to rapidly search through troves of public data on GitHub for sensitive secrets.
Stars: ✭ 964 (+2436.84%)
Mutual labels:  github-api
Bash Toolkit
Este proyecto esá destinado a ayudar a los sysadmin
Stars: ✭ 13 (-65.79%)
Mutual labels:  cron
Decliner
Decline russian words with Decliner
Stars: ✭ 36 (-5.26%)
Mutual labels:  russian
Falko Api
📈 Falko API: Plataform for agile projects management 📊
Stars: ✭ 13 (-65.79%)
Mutual labels:  github-api
Github Connector
The GitHub Active Directory Connector allows managing GitHub organizations with Active Directory.
Stars: ✭ 27 (-28.95%)
Mutual labels:  github-api
Zstore
Программа для складского учета с веб интерфейсом
Stars: ✭ 32 (-15.79%)
Mutual labels:  russian
Cronicle
A simple, distributed task scheduler and runner with a web based UI.
Stars: ✭ 979 (+2476.32%)
Mutual labels:  cron
Hbupdater
A simple python app for keeping your switch apps up-to-date using the github api.
Stars: ✭ 37 (-2.63%)
Mutual labels:  github-api

Ежедневный герой

Шлет каждый день письмо о том, какие задачи вчера были закрыты:

43f59d0b-088d-5bea-eacc-0a66bd7f2505

Installation

Для работы сервиса нужен докер и бесплатный аккаунт на Mailgun.

version: '3.6'

services:
  daily-hero:
    image: gdml/daily-hero:1.0.4
    environment:
      GITHUB_REPO: <Your repo path, like gdml/a>
      GITHUB_TOKEN: <Your token, get it at https://github.com/settings/tokens>
      TO: [email protected]
      FROM: GitHub <[email protected]>
      MAILGUN_API_KEY: KEY
      MAILGUN_DOMAIN: em.gdematerial.ru

Contributing

Сборка образов на докерхабе происходит автоматически из релизов.

Чтобы обновить прод — поменяйте руками версию образа.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].