This release contains a new feature and new documentation.
The release will be available on PyPI:
pip install torlib
New Features
[Github Crawler](https://noppadol-assava.github.io/torlib/en/v0.0.4/crawler.html#github-crawler) is the function for crawling data from [GitHub API](https://docs.github.com/en/rest). 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
* V0.0.4 by noppadol-assava in https://github.com/noppadol-assava/torlib/pull/1
* V0.0.4 documentation by noppadol-assava in https://github.com/noppadol-assava/torlib/pull/2
* V0.0.4 documentation by noppadol-assava in https://github.com/noppadol-assava/torlib/pull/3
* V0.0.4 documentation by noppadol-assava in https://github.com/noppadol-assava/torlib/pull/4
* fix deploy error by noppadol-assava in https://github.com/noppadol-assava/torlib/pull/5
* V0.0.4 documentation by noppadol-assava in https://github.com/noppadol-assava/torlib/pull/6
* V0.0.4 by noppadol-assava in https://github.com/noppadol-assava/torlib/pull/7
* fix version back by noppadol-assava in https://github.com/noppadol-assava/torlib/pull/8
* V0.0.4 by noppadol-assava in https://github.com/noppadol-assava/torlib/pull/9
* V0.0.4 by noppadol-assava in https://github.com/noppadol-assava/torlib/pull/10
New Contributors
* noppadol-assava made their first contribution in https://github.com/noppadol-assava/torlib/pull/1
**Full Changelog**: https://github.com/noppadol-assava/torlib/compare/v0.0.3...v0.0.4