all repos — kokyo @ main

Chatbot and CLI tool for Swiss public transports

c07e3702
docs: :page_facing_up: Add README & LICENSE
Tim Izzo tim@octree.ch
Thu, 22 Aug 2024 14:23:00 +0200
30926539
🔧 Update 'about' URL
Tim Izzo tim@5ika.ch
Thu, 22 Aug 2024 12:06:55 +0200
7686a3b8
feat: :wheelchair: Improve interactions
Tim Izzo tim@5ika.ch
Thu, 22 Aug 2024 10:43:48 +0200

🚍 Kokyo

Kokyo est un chatbot qui permet d’obtenir rapidement des informations sur les transports en commun dans toute la Suisse. Pour le moment, il fonctionne uniquement sur Telegram.

Configuration

  1. Récupérer une clé API sur https://opentransportdata.swiss
  2. Créer un bot Telegram et récupérer son token: https://core.telegram.org/bots
  3. Ajouter ces informations dans le fichier .env:
cp .env.example .env
vi .env

CLI

deno task cli

Telegram bot

deno task telegram

Pour le mode dev (watching):

deno task telegram-dev
clone
git clone https://git.5ika.ch/kokyo.git