Skip to content

Releases: noppadol-assava/torlib

torlib 0.0.4

14 May 22:42
aa489b7
Compare
Choose a tag to compare

torlib 0.0.4

This release contains a new feature and new documentation.

The release will be available on PyPI:

pip install torlib

New Features

Github Crawler is the function for crawling data from GitHub API. It also supports multiprocess (by specifying pc) to allow faster crawling by utilizing all of the rate limits of the API request. When the rate limit is exceeded, the function will wait until the rate limit is reset and try sending a request to the URL again

What's Changed

New Contributors

Full Changelog: v0.0.3...v0.0.4

torlib 0.0.3

23 Apr 17:20
Compare
Choose a tag to compare

The initial release for torlib package.