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
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)
Built Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 |
226fdc0d685e0887b6a1583c14a1271317773215f822437d93c3861b31786b56
|
|
MD5 |
837a5d5675ff37b962c6b67f089c30b7
|
|
BLAKE2b-256 |
0a5f14000f404f03f9f997c17ce4763f7a9d69b99e67375dcb0ae141ef92ded1
|
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
Algorithm | Hash digest | |
---|---|---|
SHA256 |
97b9714a98f3c68bad9c4556deee199ce32a58270e06288cfe0ffc521d45ae9a
|
|
MD5 |
74c67fa1fc904a0337b02e1a13573a35
|
|
BLAKE2b-256 |
1825df80896a7a34eae3e0e394b6ef3fd3e8aa330df1bfb7c0663e413ca5d9ab
|