monicahq / monica

Personal CRM. Remember everything about your friends, family and business relationships.
https://beta.monicahq.com
GNU Affero General Public License v3.0
21.46k stars 2.14k forks source link

Python API & Other Social Media Integrations #4331

Open s3afroze opened 4 years ago

s3afroze commented 4 years ago

Thank you for making and maintaining an amazing tool!

I created a small script for several Monica API to help me push my Gmail conversation to Monica. I will be doing something similar with other social media channels including Instagram and messenger.

I was planning to first create a python client for the API endpoints and then work on the integration component. I wanted to ask if you think this would be useful for the community so that I can structure my code better when I open source it?

I look forward to hearing from you.

Best,

Shahzeb

lyz-code commented 4 years ago

I'd love to have a python library that can automate tasks based on the data stored in Monica. If you open source it, I may contribute too

s3afroze commented 4 years ago

@lyz-code That is awesome! You can check out the project here. https://github.com/s3afroze/monica-python

Let me know if you have any thoughts on the code structure - you can reach out to me at shahzeb.afroze@algoconsulting.ca! I have only implemented 1 API right now and will be moving the code following this pattern.

djaiss commented 4 years ago

This would be definitely extremely useful. Thanks for proposing this!

s3afroze commented 4 years ago

@djaiss happy to hear that : )!!