https://github.com/victor141516/gmail-gettt
https://github.com/victor141516/gmail-gettt
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/victor141516/gmail-gettt
- Owner: victor141516
- Created: 2018-07-11T17:00:56.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T02:16:12.000Z (over 2 years ago)
- Last Synced: 2025-01-29T09:41:01.419Z (4 months ago)
- Language: HTML
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Endpoints
- `/`: Redirects to `/oauth2`
- `/oauth2`: Begins oauth proccess
- `/oauth2/callback`: Callback for oauth. Returns a unique uuid
- `/get?t={uuid}&n={nof_results[1]}&q={search_term}`: Returns [{},] of emails
- `/last?t={uuid}`: Returns the last email as HTML, just like in the Gmail website
- `/delete?t={uuid}`: Removes credentials from the database## How to use [Spanish]
https://blog.viti.site/2018/07/23/gettt/