https://github.com/matteojoliveau/convomark
Telegram bot and webapp to bookmark conversations
https://github.com/matteojoliveau/convomark
bookmarks loopback4 nodejs telegram telegram-bot typescript vue
Last synced: 11 days ago
JSON representation
Telegram bot and webapp to bookmark conversations
- Host: GitHub
- URL: https://github.com/matteojoliveau/convomark
- Owner: MatteoJoliveau
- License: apache-2.0
- Created: 2019-06-05T12:17:19.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T21:04:13.000Z (about 3 years ago)
- Last Synced: 2024-04-15T00:01:29.944Z (almost 2 years ago)
- Topics: bookmarks, loopback4, nodejs, telegram, telegram-bot, typescript, vue
- Language: TypeScript
- Homepage: https://convomark.matteojoliveau.com
- Size: 6.11 MB
- Stars: 14
- Watchers: 2
- Forks: 5
- Open Issues: 72
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ConvoMark
## Bookmark your Telegram conversations!
[](https://app.netlify.com/sites/suspicious-pike-0e144f/deploys)
[](https://circleci.com/gh/MatteoJoliveau/convomark)




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](https://t.me/convomarkbot)!
**Check out the full documentation [here](https://convomark.matteojoliveau.com/docs)!**
# 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](./frontend/README.md) and [backend/README.md](./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](https://www.contributor-covenant.org/) code of conduct.
## License
The project is available as open source under the terms of the [Apache 2.0 License](https://opensource.org/licenses/Apache-2.0).
## 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](../CODE_OF_CONDUCT.md).