Skip to content

Latest commit

 

History

History
executable file
·
65 lines (43 loc) · 2.8 KB

README.md

File metadata and controls

executable file
·
65 lines (43 loc) · 2.8 KB

Telegram2Notion Quarkus

Telegram2Notion is a small application developed with the Quarkus framework with which it is possible to save links that are sent to a Telegram Bot in a Notion database. It is also possible to tag the links sent to the bot with hashtags to better organize your database.

Here is a small demo of the application:

Telegram2Notion Quarkus Demo

With some small configurations you can configure the application to suit other use cases such as:

  • send expenses and add custom tag
  • send short messages to simulate a todo-list
  • add appointments in a database with calendar view
  • ... your imagination is the limit 🤓

You can read the blog post on my blog here: Save Bookmarks to Notion Database with Telegram and Quarkus.

📗 Documentation

The project's documentation, made with Docs.page by Invertase, is at Telegram2Notion Quarkus Docs

🚀 Deploy

As a Quarkus application made with Maven you can build an über-jar with the following command:

./mvnw package -Dquarkus.package.type=uber-jar

and run on a server with Java installed with:

nohup java -jar telegram2notion-*.jar &

more information can be found in the Quarkus docs section of the documentation.

💎 Contributing

If you have any idea, feel free to fork it and submit your changes back to me.

📋 License

Copyright 2023 Alberto Bonacina

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.