Posts by Daniel Alves • 11 points
1 post
-
0
votes1
answer70
viewsQ: How to run a python script using VBA
I created a project that consists of sending automatic messages through the Telegram API, I did all this part in Python and works perfectly, as shown below. import requests from datetime import date…