Skip to content

Commit 1ceb7e8

Browse files
committed
updated README with more details
1 parent 23de500 commit 1ceb7e8

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,12 @@ Delete the next section of code:
7979
At this point you should have a working sample code.
8080

8181
## Customising the script.
82-
You will need to update the code in the following section:
82+
You will need to update the code in this function:
83+
```python
84+
handle_each_email()
85+
```
86+
87+
as well as this section in `main()`
8388
```python
8489
if notifier == "NOTE1":
8590
logger.debug("Note1")
@@ -90,6 +95,8 @@ elif notifier == "NOTE2":
9095
# Your custom code goes here. Bot / Line
9196
processed = True
9297
```
98+
99+
93100
If you are confused. Take a look at gmail.py which is my current working implementation.
94101

95102
## Automating Script Execution

0 commit comments

Comments
 (0)