Is it possible to process the results on BAS after running a python file over BAS? For example, an operation was performed and the screen was written OPERATION RESULT, is it possible to process this text by taking this text over BAS?
@saimraza786 why just not to run node js server not in BAS? set 2 endpoint url's, one to push data on server , and second to retrieve data from server to BAS only by GET request?