fp12 / pychallonge_async

Python bindings for the CHALLONGE! API
http://challonge.com/api
BSD 2-Clause "Simplified" License
2 stars 1 forks source link

Added support for the attachment type #7

Closed jacobSingh closed 7 years ago

jacobSingh commented 7 years ago

Tests pass, also snuck in a little fix for the matches test which was failing on my machine anyway.... I have not tested sending an actual file to this. I honestly don't know enough about aiohttp to know how it would handle that and it is isn't in my usecase so I'm not going to spend time on it right now. But this is better than nothing and does handle basic URL and text attachment functionality.

fp12 commented 7 years ago

Thanks for this, that's great!