Skip to main content

SnowFlake API Wrapper for Python

Project description

Snowflake API

About

This is a asynchronous python API wrapper for SnowFlakeAPI.

How to Use

pip install snowflakeapi

Example Usage

    import asyncio
    from snowflakeapi import SnowClient

    client = SnowClient("YOUR_API_KEY") # Your API Key can be found at https://api.snowflakedev.org/dashboard (sign in w/ discord)

    async def main():
        print(await client.chat_bot("hello!"))
    
    asyncio.run(main())

API Documentation

API Documentation

Want To Contribute?

You can send a pull request or open an issue to contribute. Check out Code Of Conduct before contributing.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

snowflakeapi-2.2.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

snowflakeapi-2.2-py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page