Metadata-Version: 2.1
Name: bitget-python-connector
Version: 0.0.7
Summary: A tool to easily connect to bitget api.
Author-email: "Cheng, Chuan-Yi" <parker178912.en08@nycu.edu.tw>
Project-URL: Homepage, https://github.com/parker178912/bitget-python-connector
Project-URL: Bug Tracker, https://github.com/parker178912/bitget-python-connector/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests

# bitget-python-connector

[![License](https://img.shields.io/badge/license-MIT-green)](https://github.com/parker178912/bitget-python-connector/blob/main/LICENSE)
[![bitget-python-connector Version](https://img.shields.io/pypi/v/bitget-python-connector?logo=pypi)](https://pypi.org/project/bitget-python-connector/)
[![bitget-python-connector Python Versions](https://img.shields.io/pypi/pyversions/bitget-python-connector?logo=pypi)](https://pypi.org/project/bitget-python-connector/)
[![Downloads](https://static.pepy.tech/badge/bitget-python-connector)](https://pypi.org/project/bitget-python-connector/)

This is a python package for [Bitget](https://partner.bitget.com/bg/GBMPCQ) API, it including all the API on Bitget official documents, both for the REST and the websocket API.

**If you face some problems with the tool or you want some additional function , please open an [Issue](https://github.com/parker178912/bitget-python-connector/issues)**.

---
這是一個用於 Bitget API 的 Python 套件，其中包含了 Bitget 官方文件中的所有 API，包括 REST API 和 WebSocket API。

**如果您在使用這個工具時遇到問題，或者想要新增某些功能，請開啟一個[問題](https://github.com/parker178912/bitget-python-connector/issues)。**

# Get Started and Documentation 使用及說明
If you haven't regist a Bitget account, use this link to save 10% on all of your trade fees, and can get rewards up to $5,005.
* [Register an account with Bitget.](https://partner.bitget.com/bg/GBMPCQ)
> I am in no way affiliated with Bitget, please use it at your own risk.
---
如果您還沒有在 Bitget 註冊帳戶，可以使用以下連結，以享有所有交易費用 10% 的折扣，並有機會獲得高達 $5,005 的獎勵。
* [請註冊一個 Bitget 帳戶。](https://partner.bitget.com/bg/GBMPCQ)
> 本人與 Bitget 無任何關聯，請自行承擔使用風險。


# Install 安裝
    pip install bitget-python-connector

# Usage 使用
1. [Create your API KEY, your SECRET KEY and your PASSPHRASE.](https://www.bitget.com/en/support/articles/360038968251-API%20Creation%20Guide)
2. Check out the examples folder and put your info in it.  
---
1. [請創建您的 API KEY、SECRET KEY 和 PASSPHRASE。](https://www.bitget.com/en/support/articles/360038968251-API%20Creation%20Guide)
2. 並將上述信息填入example資料夾中，您想使用的檔案相對應的變數內。

## Donation
Waited

## Release Notes
Waited

## Resources
* [Bitget API docs](https://bitgetlimited.github.io/apidoc/en/mix/#welcome)
  * [Example Bitget rest API](https://github.com/parker178912/bitget-python-connector/tree/main/examples)
  * [Example Bitget websocket API](https://github.com/parker178912/bitget-python-connector/tree/main/examples)

## Contribution 
* Fork [this repository](https://github.com/parker178912/bitget-python-connector).
* Make pull requests with proper commit message.
