Giter VIP home page Giter VIP logo

imap-bridge's Introduction

github_banner

Customer data and engagement suite, an open-source alternative to Segment, RudderStack, etc.


Explore Tracardi Documentation · ⭐️ Support the project · 👨‍💻 Join the community · 📺 Watch tutorials on YOUTUBE

GitHub Repository Stars Count Follow Us on Twitter Subscribe on our Youtube Channel Subscribe on our Youtube Channel Subscribe on our Youtube Channel

API-First Composable Open-source Customer Data Platform

TRACARDI is an API-first, composable CDP solution, that is tailored for any company willing to integrate CDP into their Platform. Tracardi comes with a low-code or no-code editor aimed at any business that wants to start using user data for automated customer engagement. It is intended for anyone who carries out any type of customer interaction, be it through sales or service delivery.

Tracardi collects data from customer journeys and assigns it to a profile, automates data enhancement, and facilitates 🚀 Machine Learning APIs usage.

⭐️ Screenshots

flow-1

✨ Features!

What TRACARDI can do for you:

  • Reuse Current Infrastructure - Tracardi doesn’t require complex integration or dedicated infrastructure. It runs on top of cloud-managed services, reusing your existing infrastructure and spinning up new resources when needed.

  • Collect Customer Data - You can collect, ingest, aggregate, and store customer data from multiple sources in real time.

  • Model Customer Data - You can model data. Create rules that will model the data from your page and copy it into the user profile.

  • Personalize User Experience - You can personalise the user experience with real-time frontend apps injected into your existing webpage, customised messages, marketing segmentation, and in-time messaging.

  • Unify Profiles - You can merge customer data from various sources into a single profile. Automate the process of eliminating duplicate customer records. Blend customers into one account.

  • Integrate Internal Systems - Tracardi is a centralised communication and orchestration hub that can integrate different parts of your IT.

  • Scale E-commerce Easily - Tracardi is a headless, API-first platform. Built with modern tools and designed as a decentralised system that can handle your needs.

  • Use Social Engagement - Connect your e-commerce platform to existing social media networks using Tracardi bridges. Reward your customers for sharing your products or leaving comments on contents that helps you sell.

  • Stay open to all the tools available on the Internet - Tracardi is open source. Do not limit your business to a closed set of tools. If there is any tool that will help you sell Tracardi, it will help you connect it with your business.

Want to see Tracardi in action? Subscribe to our 📺 Youtube channel!

👇 Installation and getting started

The easiest way to run TRACARDI is to run it as a 🐳 docker container.

  • Install docker and docker-compose on your local machine

  • Clone tracardi/tracardi-api by executing the following line in your terminal.

    git clone https://github.com/Tracardi/tracardi-api.git
  • Go to the TRACARDI API folder, and run the following command:

cd tracardi-api
docker-compose up
  • Visit the url http://127.0.0.1:8787 and complete the installation in Tracardi GUI.

👇 Other Methods of Installation

There are other methods of installation available as well. These are described in detail in our documentation.

👇 Need help ?

Join our community Visit our YouTube Channel Tweet with us

👇 Documentation

👇 Call for Contributors

Have you found a bug 🐛 ? Or maybe you have a nice feature ✨ to contribute? The CONTRIBUTING guide will help you get your development environment ready in minutes.

All contributors willing to start coding TRACARDI plugins are urged to read the following beginners' tutorial:

👇 Support us

If you wish to support us, follow us on:

  • Facebook
  • X (Twitter), tag TRACARDI and leave your comments.
  • Subscribe to our Youtube channel to see development process and new upcoming features. Don't forget to turn on the notifications by pressing the bell icon to stay updated about the latest updates and releases.
  • ⭐️ Star the TRACARDI GitHub project - it really matters and puts a smile on our faces.

We are grateful for any assistance that contributes to the popularity of TRACARDI.

👇 Donate

You can support us on Open Collective

👇 Referral programs

You can support us via referral programs by purchasing a service from the following link(s)

DigitalOcean Referral Badge

👇 License

TRACARDI is available under MIT with Common Clause license.

👇 Recent activities

Stargazers repo roster for @tracardi/tracardi

Forkers repo roster for @tracardi/tracardi

imap-bridge's People

Contributors

atompie avatar bobsburgers avatar

Watchers

 avatar

imap-bridge's Issues

Error: asyncio.exceptions.CancelledError email_checker.py line 49

best I can tell is the loop is getting canceled before it gets anyplace. But i have found no clue as to why. Running python 3.10 wsl ubuntu/windows. And git pull of tracardi-api and tracardi master (dont think that is part of the issue though).
asyncio.exceptions.CancelledError

try:
    self.client = aioimaplib.IMAP4_SSL(host=self.host, port=self.port)
except ssl.SSLError:
    self.client = aioimaplib.IMAP4(host=self.host, port=self.port)
await self.client.wait_hello_from_server()

/root/.virtualenvs/imap-bridge/lib/python3.10/site-packages/elasticsearch/connection/base.py:193: ElasticsearchDeprecationWarning: Elasticsearch built-in security features are not enabled. Without authentication, your cluster could be accessible to anyone. See https://www.elastic.co/guide/en/elasticsearch/reference/7.13/security-minimal-setup.html to enable security.
  warnings.warn(message, category=ElasticsearchDeprecationWarning)
INFO:elasticsearch:POST http://127.0.0.1:9200/_bulk [status:200 request:0.043s]
INFO:elasticsearch:POST http://127.0.0.1:9200/eb836.tracardi-source/_refresh [status:200 request:0.036s]
INFO:app.service.main_loop:IMAP Bridge registered with id 71e659fc-d0ac-40bb-aada-8ba73f0baa92 as IMAP
ERROR:asyncio:Task exception was never retrieved
future: <Task finished name='Task-10' coro=<BaseEventLoop.create_connection() done, defined at /usr/lib/python3.10/asyncio/base_events.py:975> exception=SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate (_ssl.c:997)')>
Traceback (most recent call last):
  File "/usr/lib/python3.10/asyncio/base_events.py", line 1092, in create_connection
    transport, protocol = await self._create_connection_transport(
  File "/usr/lib/python3.10/asyncio/base_events.py", line 1122, in _create_connection_transport
    await waiter
  File "/usr/lib/python3.10/asyncio/sslproto.py", line 534, in data_received
    ssldata, appdata = self._sslpipe.feed_ssldata(data)
  File "/usr/lib/python3.10/asyncio/sslproto.py", line 188, in feed_ssldata
    self._sslobj.do_handshake()
  File "/usr/lib/python3.10/ssl.py", line 975, in do_handshake
    self._sslobj.do_handshake()
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate (_ssl.c:997)
Traceback (most recent call last):
  File "/mnt/d/Programing/tracardi/imap-bridge/app/service/main_loop.py", line 39, in main
    await coro(self._shut_down)
  File "/mnt/d/Programing/tracardi/imap-bridge/app/start.py", line 22, in run_bridge
    checker = await EMailChecker.connect()
  File "/mnt/d/Programing/tracardi/imap-bridge/app/bridge/email_checker.py", line 42, in connect
    await checker.start()
  File "/mnt/d/Programing/tracardi/imap-bridge/app/bridge/email_checker.py", line 89, in start
    self.client = await self.get_client_logged_in()  # type: aioimaplib.IMAP4 or aioimaplib.IMAP4_SSL
  File "/mnt/d/Programing/tracardi/imap-bridge/app/bridge/email_checker.py", line 50, in get_client_logged_in
    await self.client.wait_hello_from_server()
  File "/root/.virtualenvs/imap-bridge/lib/python3.10/site-packages/aioimaplib/aioimaplib.py", line 694, in wait_hello_from_server
    await asyncio.wait_for(self.protocol.wait('AUTH|NONAUTH'), self.timeout)
  File "/usr/lib/python3.10/asyncio/tasks.py", line 432, in wait_for
    await waiter
asyncio.exceptions.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/mnt/d/Programing/tracardi/imap-bridge/app/start.py", line 55, in <module>
    MainLoop(run_bridge, event_source)
  File "/mnt/d/Programing/tracardi/imap-bridge/app/service/main_loop.py", line 24, in __init__
    loop.run_until_complete(self.main_task)
  File "/usr/lib/python3.10/asyncio/base_events.py", line 649, in run_until_complete
    return future.result()
asyncio.exceptions.CancelledError
python-BaseException

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.