I just want to know how my gf and I speaks during Telegram chat
# pyenv https://python-poetry.org/docs/managing-environments/
# so whenever we run `poetry add xxx`, they are added to the python shell we want
# then we select the shell from vscode ipynb playbook
# brew install pyenv # optional, we just need to install the predefined python version from poetry's config
# Poetry: https://python-poetry.org/docs/basic-usage/
pip3 install poetry # poetry = npm, and we want to use python3
poetry config virtualenvs.in-project true # install to local node_modules, so the python shell can be detected by vscode
poetry install # install from PipfileSelect the one where
site_packagesare installed in
- Export Telegram as json using Telegram Desktop (not Telegram Mac)
- Telegram Desktop is needed because it's different from Telegram Mac


