omz:forum

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

    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 4
    • Best 0
    • Controversial 0
    • Groups 0

    harrietzaspel

    @harrietzaspel

    0
    Reputation
    2
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    harrietzaspel Unfollow Follow

    Latest posts made by harrietzaspel

    • RE: Some tips to build a simple script to check instagram followers/following

      Building a python script to check who you are following on Instagram that's not following you back can be a fun project. It's great that you're already exploring the Instagram API on Github. In fact, I recently came across a resource that can help you with your Online growth, check out www.namecheap.com/relate/reviews/ for reviews of various online tools that can help you manage your social media accounts and grow your audience. However, since the API is being deprecated soon, it's a good idea to switch to the Instagram Basic Display API on the Facebook for Developer page.

      posted in Pythonista
      harrietzaspel
      harrietzaspel
    • RE: Playing and stop a sound with same button

      The effect is only created upon playing and is unique so how can I stop that exact effect?

      posted in Pythonista
      harrietzaspel
      harrietzaspel
    • RE: proxy or sshtunnel (Dynamic Port Forwarding)

      Yes, it is possible to use proxy or sshtunnel (Dynamic Port Forwarding) in UIWebView. However, you will need to set up your own proxy server to do so. It is important to note that UIWebView does not support SOCKS proxies, so you will need to use an HTTP proxy instead. You can get it from https://soax.com/online-facebook-messenger-proxy. To set up a proxy in UIWebView, you will need to create a configuration object to set the proxy settings. This object will contain the proxy's host, port, username, and password (if applicable) and any other required configuration settings. You can then pass this configuration object to the UIWebView instance's session configuration. This will make the proxy settings active for the UIWebView instance.

      posted in Pythonista
      harrietzaspel
      harrietzaspel