Skip to content

Arsenalist/Python-Client-for-vBulletin-Mobile-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-Client-for-vBulletin-Mobile-API

Python Client for vBulletin Mobile API

from vbulletin import Vbulletin
client_options = {
    'apikey': 'GETFROMVBULLETIN',
    'forumurl': 'http://www.raptorsrepublic.com/forums',
    'clientname': 'someclient',
    'clientversion': '1',
    'platformname': '1',
    'platformversion': '1',
    'uniqueid': 'someuniqueid'
}

v = Vbulletin(client_options)
v.login('YOURUSERNAME', 'YOURPASSWORD')
# forum id, subject, message
v.post_new_thread('13', 'This is a subject.', 'This is a message.')

About

Python Client for vBulletin Mobile API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages