omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. jaimeesc

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Best 0
    • Controversial 0
    • Groups 0

    jaimeesc

    @jaimeesc

    0
    Reputation
    406
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    jaimeesc Unfollow Follow

    Latest posts made by jaimeesc

    • RE: Get Safari page source code in share extension.

      I was able to get the source code of the current Safari web page using the following code:

      req = appex.get_web_page_info()
      print(req['html'])

      From there I was able to parse through the HTML using BeautifulSoup.

      posted in Pythonista
      jaimeesc
      jaimeesc