WoWCenter.pl
wikass zabił Mythrax the Unraveler (Normal Uldir) po raz 2.     
kuturin zdobył 7th Legionnaire's Cuffs.     
Nikandra spełnił kryterium Loot 200,000 gold osiągnięcia Got My Mind On My Money.     
Tooly zdobył Fairweather Helm.     
Muattin zdobył osiągnięcie The Dirty Five.     
Yoozku zdobył Parrotfeather Cloak.     
Mlody89 zdobył Royal Apothecary Drape.     
Weakness zabił Dazar, The First King (Mythic King's Rest) po raz 6.     
liq spełnił kryterium osiągnięcia Saving for a Rainy Day.     
Osiol spełnił kryterium osiągnięcia Saving for a Rainy Day.     
Wuntu zabił Zek'voz, Herald of N'zoth (Heroic Uldir) po raz 1.     
Olsa zabił Vectis (Heroic Uldir) po raz 6.     
Sarenus spełnił kryterium osiągnięcia Saving for a Rainy Day.     
kajtasus zdobył osiągnięcie Come Sail Away.     
ossir spełnił kryterium osiągnięcia Saving for a Rainy Day.     
mcpablo spełnił kryterium Alliance players slain. osiągnięcia Frontline Slayer.     
Emmm zabił Taloc (Heroic Uldir) po raz 17.     
AsaGorth spełnił kryterium Big-Mouth Clam osiągnięcia The Oceanographer.     

Python Library for Community Platform API

blizz -> wysłany:
First of all I would like to thank Blizzard for taking their time to create an API.

I sat down and wrote this pretty fast for use at http://guildwork.com and decided to share it with all of you.

https://github.com/vishnevskiy/battlenet

I wrote some examples in the README, but its best to look at the unit tests.

Its still a work in progress but I believe it turned out nice so far. I would appreciate any suggestions and/or contributions.
blizz -> wysłany:
This is great! I'm really happy to see more and more open source projects like this.
blizz -> wysłany:

So with my credentials as a novice but functional programmer in mind, I now ask the following dumb question: What exactly do I do with the public_key and private_key parameters in the Connection object? I get that this has something to do with decryption. Is it related to whether or not we register our application with Blizzard?



The optional public_key and private_key parameters are used by developers who have received API keys. Much of the functionality of that client library isn't officially public yet.