https://github.com/codlocker/spammer-remover
This is a basic use of Gmail API for adding mails to spam. An old program I wanted to put here.
https://github.com/codlocker/spammer-remover
Last synced: 12 months ago
JSON representation
This is a basic use of Gmail API for adding mails to spam. An old program I wanted to put here.
- Host: GitHub
- URL: https://github.com/codlocker/spammer-remover
- Owner: codlocker
- License: unlicense
- Created: 2018-01-01T06:19:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-01T06:26:14.000Z (over 8 years ago)
- Last Synced: 2024-10-08T02:50:32.450Z (over 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## GSKH CLI (Gmail Spammers Ko Hatao)
!!Needs a better acronym and name
#### Description
Simple CLI that gets email addresses of senders from your inbox
and adds all mails from any selected email id from the list and puts it into spam box
#### Installation and Requirements
- Works with python 2.7 or greater(and with Python 3)
- Install **pip** for any python version
- Type: pip install -r requirements.txt in the repo folder to install all requirements
- You can create your API key from [here](https://developers.google.com/identity/sign-in/web/devconsole-project).
Replace them in the area in client_id.json for using this CLI and developing further programs.
- Run python3 using_gmail_api.py or python2 using_gmail_api.py for the program to run