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.
- Host: GitHub
- URL: https://github.com/cloudwithax/gmailpy-example
- Owner: cloudwithax
- License: mit
- Created: 2020-12-08T01:55:02.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-08T02:13:10.000Z (over 4 years ago)
- Last Synced: 2025-01-22T06:37:50.221Z (4 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.