An open API service indexing awesome lists of open source software.

https://github.com/cloudwithax/gmailpy-example

An example for iDutchys gmailpy implementation.
https://github.com/cloudwithax/gmailpy-example

Last synced: 3 months ago
JSON representation

An example for iDutchys gmailpy implementation.

Awesome Lists containing this project

README

        

# gmailpy-example
An example for iDutchy's [gmailpy](https://github.com/iDutchy/gmailpy) implementation.

## How do I run it?
First off, you need to install gmailpy.
```
pip install gmailpy
```

or alternatively:
```
pip install git+https://github.com/iDutchy/gmailpy
```

Then edit the python file and put your Gmail e-mail address and password. Then run it in your favorite CLI.

## FAQ
Why isn't my e-mail working?

- You may need to give access to less secure apps in your Gmail account: https://support.google.com/accounts/answer/6010255?hl=en

It says "Unable to find package gmailpy"

- You need to install gmailpy using the steps above

Why can't I run the file?

- You need to have Python for this to work.