8000 GitHub - handuozh/Lupin
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

handuozh/Lupin

 
 

Repository files navigation

Who am i ?

Hey I am Lupin, an Open Source Telegram Python Chat Bot build for adding quick Journal Entries into LogSeq

Getting Started

Assuming you are already using LogSeq & are familar with Python.

Lupin requires Python version >= 3.x

  1. Clone me git clone https://github.com/akhater/Lupin
  2. Create a telegram bot
  3. Install Python Telegram Bot library using pip install python-telegram-bot or pip3 install python-telegram-bot
  4. Install PyGithub library using pip install pyGitHub or pip3 install pyGitHub
  5. Install the requests library using pip install requests or pip3 install requests
  6. Generate a Github token from https://github.com/settings/tokens
  7. Rename config.sample.ini to config.ini
  8. Change values in config.ini to fit your environment
  9. Run the bot using python main.py or python3 main.py

Features

  • Privacy always - self hosted & open source
  • Security
    • Entries are only accepted from telegram BotAuthorizedIDs so not anyone can add entries to your journal
  • Fully customization with config.ini file
    • Rename it
    • Translate it (no hard coded messages)
    • much more
  • Send a thought (any text) and Lupin will
    • Timestamp it: supporting both 12 and 24 hrs format
    • Enter it in your Github hosted Jounral
  • Send your TODO list (by including TODO in the text) and Lupin will convert it to a LogSeq TODO
    • TODO command is customizable
  • Send a link and Lupin automatically create a #bookmark entry in your Journal in the form of
    • 18:48 #bookmark title
    • #bookmark tag is customizable
  • Send a YouTube video link and Lupin will automatically embedded in your Journal in the form of
    • 18:52 {{Youtube link}}
  • Send /anno uri to import all your annotations from for the uri from Hypothesis
  • Support for both LogSeq regular Journal and custom Journal folder and/or file
  • Other commands: /help | /start | /uptime | /ver | /anno

Screenshots

Imported Hypothesis notes into LogSeq

Credits

License

MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%
0