Skip to content

It reads HTML table from Gmail and after reading, changes the label on email

Notifications You must be signed in to change notification settings

AndreiFAD/Html-Table-Parse-From-Gmail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Html table parse from Gmail

It parse HTML table from Gmail and after reading, changes the label on email

If you receive data in your email body that you want to read

Create two label in Gmail
example "input" and "output"
Képernyőfotó 2019-05-18 - 20 21 02
and create rule for label "input" in order to get the emails under that label
After the process it changes the label to "output"

From this email:

Képernyőfotó 2019-05-18 - 20 18 44

the script read this:

image

In config.json file you can configurate your login data and labels name

After that you can do anything with data, example import to database or save it.

If you want to build .exe use setup.py.

Run this command in terminal:
$ python setup.py build

create task in windows Task Scheduler

create run.bat file and add this line:
start /d "//fullpath/Gmail_Tables_Read" Gmail_Tables_Read.exe

About

It reads HTML table from Gmail and after reading, changes the label on email

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages