Skip to content

alfonsopuicercus/vikunja-telegram-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Vikunja Telegram Bot ๐Ÿค–

A lightweight Telegram bot to create and manage Vikunja tasks using quick syntax or guided UI.

Features

  • ๐Ÿ” Quick task creation via Telegram
  • ๐Ÿง  Smart parsing (*label, +project, !priority, tomorrow)
  • ๐Ÿ“† View and edit tasks, labels, and due dates
  • ๐Ÿ› ๏ธ Minimal deployment using Python + Telegram + requests

Setup

  1. Clone the repo
  2. Create a .env file with your credentials:
    TELEGRAM_TOKEN=your_telegram_token
    VIKUNJA_API=http://your-vikunja-url/api/v1
    VIKUNJA_USER=your_username
    VIKUNJA_PASSWORD=your_password
  3. Install dependencies: pip install python-telegram-bot requests python-dotenv
  4. Create a venv
  5. Run the bot: python vikunja_bot.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages