This project will show you how to group emails threads using Python and Nylas.
- Python v3.x
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
$ pip3 install nylas
$ pip3 install flask
$ pip3 install beautifulsoup4
Clone the repository. Go to your terminal and type:
$ python3 EmailThreading.py