Skip to main content

PhpBB add topic and post

Project description

Install:

pip install PhpBB-Utility

Example:

from madyel import PhpBB

if __name__ == '__main__':
    config = {
        'ssh_host': '192.168.0.32',
        'ssh_username': 'root',
        'ssh_password': 'password',
        'ssh_port': 22,
        'database_username': 'phpBBUser',
        'database_password': 'phpBBPassword',
        'database_name': 'phpBBDB',
        'localhost': '127.0.0.1',
        'port_db': 3306,
    }
    p = PhpBB(config, enable_ssh=True)
    category_id_phpbb = 4
    username_phpbb = "lilli"
    title = "Hello"
    body_post = "Hello World"
    print(p.insert_topic_post(category_id_phpbb, username_phpbb, title, body_post))
    p.close()

Project details


Release history Release notifications | RSS feed

This version

0.9

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

phpbb-topic-post-0.9.tar.gz (4.6 kB view details)

Uploaded Source

Built Distribution

phpbb_topic_post-0.9-py3-none-any.whl (5.1 kB view details)

Uploaded Python 3

File details

Details for the file phpbb-topic-post-0.9.tar.gz.

File metadata

  • Download URL: phpbb-topic-post-0.9.tar.gz
  • Upload date:
  • Size: 4.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.10.2

File hashes

Hashes for phpbb-topic-post-0.9.tar.gz
Algorithm Hash digest
SHA256 226fdc0d685e0887b6a1583c14a1271317773215f822437d93c3861b31786b56
MD5 837a5d5675ff37b962c6b67f089c30b7
BLAKE2b-256 0a5f14000f404f03f9f997c17ce4763f7a9d69b99e67375dcb0ae141ef92ded1

See more details on using hashes here.

File details

Details for the file phpbb_topic_post-0.9-py3-none-any.whl.

File metadata

  • Download URL: phpbb_topic_post-0.9-py3-none-any.whl
  • Upload date:
  • Size: 5.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.10.2

File hashes

Hashes for phpbb_topic_post-0.9-py3-none-any.whl
Algorithm Hash digest
SHA256 97b9714a98f3c68bad9c4556deee199ce32a58270e06288cfe0ffc521d45ae9a
MD5 74c67fa1fc904a0337b02e1a13573a35
BLAKE2b-256 1825df80896a7a34eae3e0e394b6ef3fd3e8aa330df1bfb7c0663e413ca5d9ab

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page