edwardslabs / CloudBot

CloudBot - The simple, fast, expandable, open-source Python IRC Bot!
GNU General Public License v3.0
28 stars 31 forks source link

Add a util module for paginating lists #191

Closed linuxdaemon closed 6 years ago

linuxdaemon commented 6 years ago

grab.py, profile.py, and reddit_info.py all used almost exactly the same code for list pagination, so this PR adds a class to wrap that functionality and clean up a lot of the logic.