swapagarwal / JARVIS-on-Messenger

:speech_balloon: A community-driven python bot that aims to be as simple as possible to serve humans with their everyday tasks
https://m.me/J.A.R.V.I.S.on.Messenger
MIT License
1.34k stars 990 forks source link

Update to Python 3 #1103

Open abedi01 opened 1 year ago

abedi01 commented 1 year ago

Short description of what this resolves: This converts the JARVIS chat bot from python2 to python3 compatible.

Changes proposed in this pull request:

All tests were able to run locally via pytest, however, assertions were failing due to the fact we were unable to have access to the live API. Otherwise, all syntax is now python3 and is compatible with all libraries.

Fixes: #536