jkarppinen / torvi

All-in-one announcement tool for sending messages to Discord/Telegram/email.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tiedotustorvi

Project image

Tiedotustorvi is a tool created for active members of Blanko ry, to keep their hundreds of members up-to-date with announcements, event information and other happenings. The application sends announcements to Discord, Telegram and email lists - all of this via one click.

Prerequisites

Setup

  • npm install
  • composer install
  • copy secrets.example.php to secrets.php and fill credentials
  • Setup PHP and your favourite web server (such as Apache2 or Nginx) to your favourite environment, and configure document root to point at src directory.

Helper commands for development

SCSS build watcher can be started via gulp watch. Style sheets can be generated in production via gulp sass.

Styling

This project uses SCSS for generating style sheets. npm install does fetch handy tools (such as gulp and it's project-specific dependencies) for generating CSS files easily.

About

All-in-one announcement tool for sending messages to Discord/Telegram/email.

License:MIT License


Languages

Language:PHP 74.2%Language:JavaScript 15.9%Language:SCSS 6.0%Language:Hack 3.9%