biptrader


Namebiptrader JSON
Version 0.1.3 PyPI version JSON
download
home_pagehttps://github.com/adramazany/biptrader
Summarycryptocurrency trading helper library
upload_time2023-03-19 12:42:42
maintainer
docs_urlNone
authorAdel Ramezani
requires_python
licenseMIT
keywords cryptocurrency kucoin technical-analysis
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## KuCoin

###  مستندات API
https://api-docs.wallex.ir/?python#

### احراز هویت و توکن
https://wallex.ir/app/my-account/settings

## Crypto Trading Bot

### Building a Basic Crypto Trading Bot in Python
https://medium.com/geekculture/building-a-basic-crypto-trading-bot-in-python-4f272693c375


* SimpleTradingBot
  git clone https://github.com/Lakshmi-1212/SimpleTradingBot.git
* Welcome to python-wazirx v1.0.0
  git clone https://github.com/WazirX/wazirx-connector-python.git
* CCXT – CryptoCurrency eXchange Trading Library
  pip install ccxt
* Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools":
  https://visualstudio.microsoft.com/visual-cpp-build-tools/
* TA-Lib Unofficial
* TA-Lib : Technical Analysis Library
  pip install ta-lib
  
# Commands
// pip install pipreqs
pipreqs .
export SETUP_VERSION="0.1"
export SETUP_LICENSE="MIT"
export SETUP_URL="https://github.com/adramazany/biptrader"
export SETUP_AUTHOR="Adel Ramezani"
export SETUP_AUTHOR_EMAIL="adramazany@gmail.com"
export SETUP_CLASSIFIERS="classifiers.txt"
export SETUP_DESCRIPTION="cryptocurrency trading helper library"
export SETUP_KEYWORDS="cryptocurrency kucoin technical-analysis"
export SETUP_LONG_DESCRIPTION="README.md"
export SETUP_INSTALL_REQUIRES="requirements.txt"
// pip install setuppy-generator
python3 -m setuppy_generator > setup.py
python3 setup.py sdist
twine upload dist/*

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/adramazany/biptrader",
    "name": "biptrader",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "cryptocurrency kucoin technical-analysis",
    "author": "Adel Ramezani",
    "author_email": "adramazany@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/41/10/975064df4fa3e85829c83b8c1d2cb7fcbe72288e14e43d35523cb55686b4/biptrader-0.1.3.tar.gz",
    "platform": null,
    "description": "## KuCoin\n\n###  \u0645\u0633\u062a\u0646\u062f\u0627\u062a API\nhttps://api-docs.wallex.ir/?python#\n\n### \u0627\u062d\u0631\u0627\u0632 \u0647\u0648\u06cc\u062a \u0648 \u062a\u0648\u06a9\u0646\nhttps://wallex.ir/app/my-account/settings\n\n## Crypto Trading Bot\n\n### Building a Basic Crypto Trading Bot in Python\nhttps://medium.com/geekculture/building-a-basic-crypto-trading-bot-in-python-4f272693c375\n\n\n* SimpleTradingBot\n  git clone https://github.com/Lakshmi-1212/SimpleTradingBot.git\n* Welcome to python-wazirx v1.0.0\n  git clone https://github.com/WazirX/wazirx-connector-python.git\n* CCXT \u2013 CryptoCurrency eXchange Trading Library\n  pip install ccxt\n* Microsoft Visual C++ 14.0 or greater is required. Get it with \"Microsoft C++ Build Tools\":\n  https://visualstudio.microsoft.com/visual-cpp-build-tools/\n* TA-Lib Unofficial\n* TA-Lib : Technical Analysis Library\n  pip install ta-lib\n  \n# Commands\n// pip install pipreqs\npipreqs .\nexport SETUP_VERSION=\"0.1\"\nexport SETUP_LICENSE=\"MIT\"\nexport SETUP_URL=\"https://github.com/adramazany/biptrader\"\nexport SETUP_AUTHOR=\"Adel Ramezani\"\nexport SETUP_AUTHOR_EMAIL=\"adramazany@gmail.com\"\nexport SETUP_CLASSIFIERS=\"classifiers.txt\"\nexport SETUP_DESCRIPTION=\"cryptocurrency trading helper library\"\nexport SETUP_KEYWORDS=\"cryptocurrency kucoin technical-analysis\"\nexport SETUP_LONG_DESCRIPTION=\"README.md\"\nexport SETUP_INSTALL_REQUIRES=\"requirements.txt\"\n// pip install setuppy-generator\npython3 -m setuppy_generator > setup.py\npython3 setup.py sdist\ntwine upload dist/*\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "cryptocurrency trading helper library",
    "version": "0.1.3",
    "split_keywords": [
        "cryptocurrency",
        "kucoin",
        "technical-analysis"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4110975064df4fa3e85829c83b8c1d2cb7fcbe72288e14e43d35523cb55686b4",
                "md5": "1706bd7148e00fe9ccb31615330818ed",
                "sha256": "231905530fa1811601aeee547af2f80aeea37b799db7d3f0d0bc30375bad4da9"
            },
            "downloads": -1,
            "filename": "biptrader-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "1706bd7148e00fe9ccb31615330818ed",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 5502,
            "upload_time": "2023-03-19T12:42:42",
            "upload_time_iso_8601": "2023-03-19T12:42:42.785424Z",
            "url": "https://files.pythonhosted.org/packages/41/10/975064df4fa3e85829c83b8c1d2cb7fcbe72288e14e43d35523cb55686b4/biptrader-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-19 12:42:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "adramazany",
    "github_project": "biptrader",
    "lcname": "biptrader"
}
        
Elapsed time: 0.10154s