dmegahan / TwitchStats

Python bot for scraping mutliple Twitch.tv streams and IRCs for stream statistics
Apache License 2.0
1 stars 0 forks source link

Move API calls to own py file #27

Closed dmegahan closed 9 years ago

dmegahan commented 9 years ago

API calls should be in their own file, for organization as well as modularization and ease-of-use.

dmegahan commented 9 years ago

Implemented in https://github.com/dmegahan/TwitchStats/commit/0a5fe9e358f9ec0b703b9c93daf5fc5922aade74 The API calls return the information you need, not just the response(json) object that you read to get information. A design choice that may need changing in the future.