Skip to content

A Telegram bot for Joplin notepad app to create and retrieve notes.

Notifications You must be signed in to change notification settings

matheusfillipe/telegram-bot-for-joplin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram bot for Joplin

This is a simple telegram bot to retrieve or create notes from Joplin notepad via its Web Clipper service.

Installation and Usage

  • Clone or download this repo
  • npm install
  • Create a bot with botfather: https://t.me/botfather
  • mv .env.example .env
  • Edit your telegram bot token and joplin token on the .env file. For headless/terminal joplin you can find the joplin token with:
    sqlite3 ~/.config/joplin/database.sqlite 'select * from settings where key="api.token";'
    
  • Start joplin desktop app or joplin --profile ~/.config/joplin/ server start
  • run npm start
  • Check your user_id and add it to .env. Run the bot again.

About

A Telegram bot for Joplin notepad app to create and retrieve notes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages

  • JavaScript 98.8%
  • Shell 1.2%