{ "info": { "author": "Oliver Zehentleitner", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "![GitHub release](https://img.shields.io/github/release/bithon/python-simplemachinesforum.svg) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/bithon/python-simplemachinesforum.svg) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/simplemachinesforum.svg) ![PyPI - Status](https://img.shields.io/pypi/status/simplemachinesforum.svg) ![PyPI - yes](https://img.shields.io/badge/PyPI-yes-brightgreen.svg) ![PyPI - Wheel](https://img.shields.io/pypi/wheel/simplemachinesforum.svg) ![GitHub](https://img.shields.io/github/license/bithon/python-simplemachinesforum.svg) \n\n\n# python-simplemachinesforum\nPython request API to Simple Machines Forum: https://www.simplemachines.org/\n\n## What does it can?\n- It can create a new topic on a remote simple machines forum over the network, all it needs is a valid user account to login.\n\n## Installation\n`pip install simplemachinesforum`\n\nhttps://pypi.org/project/simplemachinesforum/\n## How to create a new topic?\n```\nfrom simplemachinesforum.simplemachinesforum import SimpleMachinesForum\nsmf_url = \"https://www.any-simplemachinesforum.com\"\nsmf_user = \"user_name\"\nsmf_pass = \"password\"\nsmf = SimpleMachinesForum(smf_url, smf_user, smf_pass)\n# 1 = board id:\nsmf.new_topic(1, \"subject\", \"This is the message to post!\")\n```\n\n## Project, code and downloads: \nhttps://github.com/bithon/python-simplemachinesforum\n\n## Wiki\nhttps://github.com/bithon/python-simplemachinesforum/wiki\n\n## How to report bugs or suggest improvements?\nPlease open a new issue:\nhttps://github.com/bithon/python-simplemachinesforum/issues\n\nIf you report a bug, try first the latest release via [download](https://github.com/bithon/python-simplemachinesforum/releases) \nor with `pip install simplemachinesforum --upgrade`. If the issue still exists, provide the error trace, OS \nand python version and explain how to reproduce the error. A demo script is appreciated.\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/bithon/python-simplemachinesforum", "keywords": "simple machines forum,python,new post,create post,simplemachinesforum,api", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "simplemachinesforum", "package_url": "https://pypi.org/project/simplemachinesforum/", "platform": "", "project_url": "https://pypi.org/project/simplemachinesforum/", "project_urls": { "Homepage": "https://github.com/bithon/python-simplemachinesforum", "Wiki": "https://github.com/bithon/python-simplemachinesforum/wiki" }, "release_url": "https://pypi.org/project/simplemachinesforum/0.2.0/", "requires_dist": null, "requires_python": "", "summary": "Python request API to simplemachinesforum", "version": "0.2.0" }, "last_serial": 5291632, "releases": { "0.2.0": [ { "comment_text": "", "digests": { "md5": "16ac24034b473905baabf21fccc8904a", "sha256": "f0e504b8ee35d5eef3825ab93d1e1fe31462d0aabb25f3edd8f39439f99c22c7" }, "downloads": -1, "filename": "simplemachinesforum-0.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "16ac24034b473905baabf21fccc8904a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5165, "upload_time": "2019-04-18T14:03:15", "url": "https://files.pythonhosted.org/packages/3e/3c/0072466916567fbbb7b0e1abd197a9ce48aa074e832097a0f2969f94a6fc/simplemachinesforum-0.2.0-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "16ac24034b473905baabf21fccc8904a", "sha256": "f0e504b8ee35d5eef3825ab93d1e1fe31462d0aabb25f3edd8f39439f99c22c7" }, "downloads": -1, "filename": "simplemachinesforum-0.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "16ac24034b473905baabf21fccc8904a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5165, "upload_time": "2019-04-18T14:03:15", "url": "https://files.pythonhosted.org/packages/3e/3c/0072466916567fbbb7b0e1abd197a9ce48aa074e832097a0f2969f94a6fc/simplemachinesforum-0.2.0-py3-none-any.whl" } ] }