https://github.com/parthsharma2/imdb-reminder
A CLI tool for sending tv-show reminders via email
https://github.com/parthsharma2/imdb-reminder
cli imdb imdb-webscrapping python webscraping
Last synced: 4 months ago
JSON representation
A CLI tool for sending tv-show reminders via email
- Host: GitHub
- URL: https://github.com/parthsharma2/imdb-reminder
- Owner: parthsharma2
- Created: 2018-10-08T15:16:33.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-14T13:30:47.000Z (almost 7 years ago)
- Last Synced: 2025-04-03T05:42:13.177Z (7 months ago)
- Topics: cli, imdb, imdb-webscrapping, python, webscraping
- Language: Python
- Size: 8.79 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# imdb-reminder
A CLI tool for sending tv-show reminders via email.## Installation
- Clone this directory \
`git clone https://github.com/parthsharma2/imdb-reminder.git`- Enter the directory \
`cd imdb-reminder`- Install the requirements \
`pip install -r requirements.txt`- Open the `config.ini` and make changes as necessary
- Replace `` with the email id you wish to use to send the emails from.
- Replace `` with your email password.
- Replace `` with the hostname of your email provider, eg: `smtp.gmail.com`
- Replace `` with the port number of the host, eg: `587`## Usage
To run the script use the following command \
```
python3 imdb_reminder.py
```Replace `` with the email id to send the reminder. Replace `` with a list of comma seperated show names.
## Example
```
python3 imdb_reminder.py abc@xyz friends, the big bang theory, brooklyn nine nine
```
Result: \
