{ "info": { "author": "Amit Avrahamov", "author_email": "avr.amit02@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "![Fxapi](https://i.imgur.com/42kJunI.png)\n\n# FXaPi\n\nFXaPi is a unofficial api module for the site [fxp.co.il](https://www.fxp.co.il)\nI wrote it for fun and for my own personal use.\n\n## How it works\n\nThe module emulates the browser actions by sending requests to the site server.\nThe module doesn't load any type of files while sending requests to the site and that makes it faster \n\n## Installation\n\nThis package can be installed from GitHub or with `pip` (install from github for an up to date code)\n```\npip install fxapi\n```\n\n## Basic Usage\n```python\nfrom fxapi import Client\n\nuser = Client()\n\nif user.login('amitavr', 'PASSWORD'):\n\tprint(f'Logged in as - {user.username}')\n\n\tnew_thread = user.create_thread(21, 'Title', 'Content', prefix='dis')\n\tif new_thread:\n\t\tprint(f'New thread created successfully - {new_thread}')\n\n\t\tuser.post_comment(new_thread, 'First Comment')\n\n```\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/avramit/FXaPi", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "fxapi", "package_url": "https://pypi.org/project/fxapi/", "platform": "", "project_url": "https://pypi.org/project/fxapi/", "project_urls": { "Homepage": "https://github.com/avramit/FXaPi" }, "release_url": "https://pypi.org/project/fxapi/1.1/", "requires_dist": [ "requests", "lxml" ], "requires_python": "", "summary": "FXaPi is a unofficial python module for the site fxp.co.il", "version": "1.1" }, "last_serial": 5107606, "releases": { "1.1": [ { "comment_text": "", "digests": { "md5": "8b77288e306d52ed77eb060120400f33", "sha256": "875dd01523a6c77bdfe48680e7748cf7b40d4923ee6937b7c55f70d162450346" }, "downloads": -1, "filename": "fxapi-1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "8b77288e306d52ed77eb060120400f33", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3863, "upload_time": "2019-04-06T16:23:39", "url": "https://files.pythonhosted.org/packages/e6/5c/a9141376f48ac75af13a77a4acbf97fbfbf16c4d74a1318c264760b6eb78/fxapi-1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e18095cfeaa49a332229a54d5451fde4", "sha256": "6feb5d87e67c85b487089feaa75b564f23185eec421c87d8fbfab53cc67709f5" }, "downloads": -1, "filename": "fxapi-1.1.tar.gz", "has_sig": false, "md5_digest": "e18095cfeaa49a332229a54d5451fde4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3529, "upload_time": "2019-04-06T16:23:40", "url": "https://files.pythonhosted.org/packages/84/3a/6c6d13c9860396694541ad421e69cf155f7730f63688570ede4cf376231b/fxapi-1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8b77288e306d52ed77eb060120400f33", "sha256": "875dd01523a6c77bdfe48680e7748cf7b40d4923ee6937b7c55f70d162450346" }, "downloads": -1, "filename": "fxapi-1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "8b77288e306d52ed77eb060120400f33", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3863, "upload_time": "2019-04-06T16:23:39", "url": "https://files.pythonhosted.org/packages/e6/5c/a9141376f48ac75af13a77a4acbf97fbfbf16c4d74a1318c264760b6eb78/fxapi-1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e18095cfeaa49a332229a54d5451fde4", "sha256": "6feb5d87e67c85b487089feaa75b564f23185eec421c87d8fbfab53cc67709f5" }, "downloads": -1, "filename": "fxapi-1.1.tar.gz", "has_sig": false, "md5_digest": "e18095cfeaa49a332229a54d5451fde4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3529, "upload_time": "2019-04-06T16:23:40", "url": "https://files.pythonhosted.org/packages/84/3a/6c6d13c9860396694541ad421e69cf155f7730f63688570ede4cf376231b/fxapi-1.1.tar.gz" } ] }