Skip to content

MatteoJoliveau/convomark

Repository files navigation

ConvoMark

Bookmark your Telegram conversations!

Netlify Status CircleCI Node Version Yarn Version Website Status License

ConvoMark is a web application and Telegram bot that makes it easy to bookmark a specific message and retrieve it later.
Messages can be grouped together in named collections to keep them nice and organized. It features a web interface to manage your bookmarks and collections, secure login via Telegram OAuth, a GraphQL API and a Telegram bot, @convomarkbot!

Check out the full documentation here!

Build

If you want to hack on both the frontend and the backend at the same time, run the following commands:

  • yarn install:all to install all the project dependencies
  • yarn start:all to start both processes in foreground. Processes are managed via foreman and the Procfile definition.

Check out frontend/README.md and backend/README.md for more specific instructions.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/matteojoliveau/convomark. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The project is available as open source under the terms of the Apache 2.0 License.

Code of Conduct

Everyone interacting in the ConvoMark project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the Code of Conduct.