Skip to content
View wowkin2's full-sized avatar

Block or report wowkin2

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Solution: "Exceeded 4 calls per seco... Solution: "Exceeded 4 calls per second for api client" Python Shopify API - shopify_python_api
    1
    # Solution for API call limit "shopify_python_api"
    2
    If you are using `Python Shopify API` and getting following error  
    3
    `"Exceeded 4 calls per second for api client. Reduce request rates to resume uninterrupted service."`  
    4
    but want your script to continue working with some timeout after that,  
    5
    you can use following script from `shopify_limits_patch.py`.
  2. Python Singleton with parameters (so... Python Singleton with parameters (so the same parameters get you the same object) with support to default arguments and passing arguments as kwargs (but no support for pure kwargs).
    1
    """
    2
    Python Singleton with parameters (so the same parameters get you the same object)
    3
    with support to default arguments and passing arguments as kwargs (but no support for pure kwargs).
    4
    5
    And implementation for MongoClient class from pymongo package.
  3. Vision-Repository Vision-Repository Public

    Checkers bot written in Java.

    Java 9 19

  4. django-test-streaming-response django-test-streaming-response Public

    Repo to show how Django StreamingHttpResponse works with async views

    Python 5

  5. telegram-messages-dump telegram-messages-dump Public

    Forked from Kosat/telegram-messages-dump

    Command-line tool to dump message history of a Telegram chat.

    Python 1

  6. minecraft-server minecraft-server Public

    Local Minecraft server for both Java and Bedrock editions (together)

    Makefile