cryptobot-pro


Namecryptobot-pro JSON
Version 3.1.5 PyPI version JSON
download
home_pagehttps://github.com/yanjlee/cryptobot
Summary# Cryptocurrency Bot ## Usage* Clone the repo and use exchange_utils.py and auth.py as normal modules.* API keys are required for each exchange you use..
upload_time2024-06-01 07:31:06
maintainerNone
docs_urlNone
authoryanjlee
requires_pythonNone
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            # Cryptocurrency Bot

## Usage
* Clone the repo and use exchange_utils.py and auth.py as normal modules.
* API keys are required for each exchange you use.
### Installing Requirements:
`pip install -r requirements.txt`  
### Getting API Keys:
* Generate keys for binance: https://www.binance.com/userCenter/createApi.html  
* Add the keys to a file named `api_keys.json` in the same directory
    ##### Format of api_keys.json:
    ```
    {
        "exchange_name": {
            "api_key": "public api key here",
            "api_secret": "secret key here"
        }
    }
    ```
### Changing Exchanges
* In auth.py, change  ccxt.binance to ccxt.exchange_of_your_choice, see [ccxt](https://github.com/ccxt/ccxt) documentation for a list of supported exchanges. I've tried to make sure all the functions in exchange_utils work across any exchange, but they have only been thouroughly tested on Binance.  
Example:
```python
exchange = ccxt.bittrex({
    'apiKey': keys['bittrex']['api_key'],
    'secret': keys['bittrex']['api_secret'],
})
```

## Examples
Example bots are in the bots subfolder. I am not liable for anything that happens if you choose to use these bots.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/yanjlee/cryptobot",
    "name": "cryptobot-pro",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "yanjlee",
    "author_email": "yanjlee@163.com",
    "download_url": "https://files.pythonhosted.org/packages/fa/66/28db681316b19d8febd7c3e35eca3827436f61ef23cfc5e120f98d4d44e3/cryptobot_pro-3.1.5.tar.gz",
    "platform": null,
    "description": "# Cryptocurrency Bot\r\n\r\n## Usage\r\n* Clone the repo and use exchange_utils.py and auth.py as normal modules.\r\n* API keys are required for each exchange you use.\r\n### Installing Requirements:\r\n`pip install -r requirements.txt`  \r\n### Getting API Keys:\r\n* Generate keys for binance: https://www.binance.com/userCenter/createApi.html  \r\n* Add the keys to a file named `api_keys.json` in the same directory\r\n    ##### Format of api_keys.json:\r\n    ```\r\n    {\r\n        \"exchange_name\": {\r\n            \"api_key\": \"public api key here\",\r\n            \"api_secret\": \"secret key here\"\r\n        }\r\n    }\r\n    ```\r\n### Changing Exchanges\r\n* In auth.py, change  ccxt.binance to ccxt.exchange_of_your_choice, see [ccxt](https://github.com/ccxt/ccxt) documentation for a list of supported exchanges. I've tried to make sure all the functions in exchange_utils work across any exchange, but they have only been thouroughly tested on Binance.  \r\nExample:\r\n```python\r\nexchange = ccxt.bittrex({\r\n    'apiKey': keys['bittrex']['api_key'],\r\n    'secret': keys['bittrex']['api_secret'],\r\n})\r\n```\r\n\r\n## Examples\r\nExample bots are in the bots subfolder. I am not liable for anything that happens if you choose to use these bots.\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "# Cryptocurrency Bot ## Usage* Clone the repo and use exchange_utils.py and auth.py as normal modules.* API keys are required for each exchange you use..",
    "version": "3.1.5",
    "project_urls": {
        "Homepage": "https://github.com/yanjlee/cryptobot"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2432a90cfc3abfdf73477815c8b3c86af5ee7a315cdea3dadca8d8614003d765",
                "md5": "4e0c2a2d1f3b81f57b9b55952e5e0046",
                "sha256": "d1c35d2be1ba4fb7ff387d00613e19f39e0ebb8801a89a021b4dd72325a83192"
            },
            "downloads": -1,
            "filename": "cryptobot_pro-3.1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4e0c2a2d1f3b81f57b9b55952e5e0046",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2873,
            "upload_time": "2024-06-01T07:31:04",
            "upload_time_iso_8601": "2024-06-01T07:31:04.159464Z",
            "url": "https://files.pythonhosted.org/packages/24/32/a90cfc3abfdf73477815c8b3c86af5ee7a315cdea3dadca8d8614003d765/cryptobot_pro-3.1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fa6628db681316b19d8febd7c3e35eca3827436f61ef23cfc5e120f98d4d44e3",
                "md5": "df4ef860eaad3646f8429924c7823f8a",
                "sha256": "71fdb88bd2a74bceca58c67b7cbcd86c7ba9d1142cba11c8dea9500d92ae45e5"
            },
            "downloads": -1,
            "filename": "cryptobot_pro-3.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "df4ef860eaad3646f8429924c7823f8a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3531,
            "upload_time": "2024-06-01T07:31:06",
            "upload_time_iso_8601": "2024-06-01T07:31:06.742899Z",
            "url": "https://files.pythonhosted.org/packages/fa/66/28db681316b19d8febd7c3e35eca3827436f61ef23cfc5e120f98d4d44e3/cryptobot_pro-3.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-01 07:31:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yanjlee",
    "github_project": "cryptobot",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "cryptobot-pro"
}
        
Elapsed time: 0.32067s