Skip to content

nylas-samples/EmailThreading_Python

Repository files navigation

Email Threading

This project will show you how to group emails threads using Python and Nylas.

Setup

System dependencies

  • Python v3.x

Gather environment variables

You'll need the following values:

V3_TOKEN = ""
GRANT_ID = ""

Add the above values to a new .env file:

$ touch .env # Then add your env variables

Install dependencies

$ pip3 install nylas
$ pip3 install flask
$ pip3 install beautifulsoup4

Usage

Clone the repository. Go to your terminal and type:

$ python3 EmailThreading.py

About

Grouping Email Threads with Python and Nylas

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published