Jump to content

bambalados

Member
  • Posts

    7
  • Joined

  • Last visited

Everything posted by bambalados

  1. Thanks alot! The only thing I found that would've possibly work is to create an SDK for it. But I guess developing it would not be worth the time saved as this problem does seems kind of irrelevant on a grand scheme 😅
  2. Hey guys, would like to know whether anyone has a workflow that allows users to switch between Zoom accounts? What the workflow would need to do is to log-out of active account 1 and log into account 2 and vice-versa if needed. Unfortunately I don't really code or was able to make an Applescript for the above process and would love to heard whether anybody has any thoughts or similar workflows that can be easily adapted. Thanks!
  3. @modusop looks like my output prior to installing the requests library for python on your computer. have you tried the debugger in Alfred to find out where the problem is?
  4. In can anyone is wondering how it'd look like, from https://www.reuters.com/world/biden-meets-japanese-emperor-start-visit-launch-regional-economic-plan-2022-05-23/:
  5. Found the solution to gain access to importing requests: for usr/bin/python, run in Terminal: python -m pip install requests for usr/bin/python3, run in Terminal: python3 -m pip install requests
  6. Nice stuff! Very excited to test it out! Really liked how easy you made it for users to enter their API_keys! Unfortunately I couldn't get it running. Has probably something to do with the python path on Mac. The debugger shows: [15:26:40.642] Bionic Reading[Keyword] Processing complete [15:26:40.646] Bionic Reading[Keyword] Passing output 'hello' to Run Script [15:26:40.647] Bionic Reading[Keyword] Passing output 'hello' to Run Script [15:26:40.802] ERROR: Bionic Reading[Run Script] Traceback (most recent call last): File "bionic.py", line 7, in <module> import requests ModuleNotFoundError: No module named 'requests' [15:26:40.804] Bionic Reading[Run Script] Processing complete [15:26:40.805] Bionic Reading[Run Script] Passing output '' to Run Script Already tried changing the python path at the very beginning of the bionic.py file, but can't seem to get your workflow working properly. (requests-library has been installed via bot pip install requests and pip3 install requests) would be great if anyone has a solution for this!
  7. nice stuff! thanks so much, helpful for everyone in China or communicating with Chinese companies via Tencent meeting!
×
×
  • Create New...