Skip to content

Releases: pbuterba/pygroupmeapi

Version 2.0.1

Choose a tag to compare

@pbuterba pbuterba released this 20 Mar 05:20
a740ca5

Hotfix to add timeout parameter to get_messages() function definition in Chat superclass

Version 2.0.0

Choose a tag to compare

@pbuterba pbuterba released this 22 Feb 04:14
c2a638b
Merge pull request #6 from pbuterba/license

Add GPLv3 license

Version 1.0.3

Choose a tag to compare

@pbuterba pbuterba released this 20 Dec 05:23
fcd3942

Adds check to wait and retry if API calls are throttled for sending too many requests in a period of time

Version 1.0.2

Choose a tag to compare

@pbuterba pbuterba released this 06 Sep 01:33
e3c0258

Adds new subtle bugfixes. Linters will no longer flag "before" and "after" parameters as non-existent when calling the get_messages() function on an object of type Chat. Groups now retrieve 100 messages at a time, instead of 20

Version 1.0.1

Choose a tag to compare

@pbuterba pbuterba released this 28 Jul 19:47
1da4e13

Fixed module import error that prevented the package from being used

Version 1.0.0

Choose a tag to compare

@pbuterba pbuterba released this 28 Jul 03:05
985db64

Initial release