Skip to content
This repository has been archived by the owner on Feb 18, 2023. It is now read-only.

ozon/b3-plugin-battlelog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Battlelog plugin for B3

This plugin extends B3 to the ability to obtain player data from Battlelog. The Client Object gets a new property that includes a the clanTag and platoonName. For players currently no functions are provided. Is interesting rather for plugin developers.

Features

  • retrieve player clantag and platoon from battlelog
  • cache results

Usage

Requirements

Installation

  1. Copy the extplugins/battlelog folder into your b3/extplugins folder and extplugins/conf/plugin_battlelog.ini into your b3/conf folder

  2. This plugin requires the great requests module. That can be installed with the command easy_install requests.

  3. Import the table structure sql/battlelog_users.sql into your b3 database

  4. Add the following line in your b3.xml file (below the other plugin lines)

<plugin name="battlelog" config="@conf/plugin_battlelog.ini"/>

About

A B3 plugin to retrieve player data from Battlelog.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages