Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

tritonmedia/ignis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ignis in a car

ignis

A Telegram Bot frontend to Triton Media.

What is this?

Ignis a friendly, helpful, Telegram bot that will assist users in creating media on the Triton Media platform over Telegram.

Installation / Hacking

  1. Install it (setup a GOPATH)
if [[ -z "$GOPATH" ]]; then
  echo "Creating a temporary GOPATH at ~/go, add this to your ~/.<shell>rc to make it permanent:"
  echo '  export GOPATH="$HOME/go"'
  GOPATH="$HOME/go"
  mkdir -p "$GOPATH"
fi

mkdir -p "$GOPATH/tritonmedia"; cd "$GOPATH/tritonmedia"
git clone git@github.com:tritonmedia/ignis ignis; cd "ignis"
make dep
make
  1. Configure it via the config.yaml file in ./config (see ./config/config.example.yaml)

  2. Run it

# in the ignis directory
./bin/ignis

Releases

No releases published

Packages

No packages published