leesj-dev / classroom-notifier

Classroom Notifier aims to send automated notification emails when any post in a Google Classroom is edited or deleted.
1 stars 0 forks source link

Recommendation #7

Closed museyooni closed 2 years ago

museyooni commented 2 years ago

Try using pyclip instead of pyperclip. Pyperclip is deprecated and moved to pyclip.

leesj-dev commented 2 years ago

I’ll take a look at it.

leesj-dev commented 2 years ago

I have updated the python code to use pyclip instead of pyperclip; although I have not tested it yet because I do not have my MacBook right now. I’ll close this issue after I check that there are no issues with pyclip.