Skip to content

Commit

Permalink
docs: update limitations charmap section on readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sinkaroid committed Apr 8, 2022
1 parent 72f7158 commit 7510857
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ Python bindings for Booru imageboards
-[import you want to use](#import-you-want-to-use)
-[shuffle](#shuffle-the-whole-dictionary)
- [Documentation](#Documentation)
- [Changelog](https://github.com/sinkaroid/booru/blob/master/CHANGELOG.md)
- [Changelog](https://github.com/sinkaroid/booru/releases)
- [Limitations](#limitations)
- [Security](https://github.com/sinkaroid/booru/blob/master/SECURITY.md)
- [Acknowledgements](#acknowledgements)
- [Legal](#legal)

<div align="center">

Expand Down Expand Up @@ -282,9 +281,11 @@ For default, the lib return a random dict, to gets a raw data and disable set 'r
The documentation can be found https://sinkaroid.github.io/booru

## Limitations
- Respect the ratelimit: There is a hard limit of 100 posts per request.
- Respect the ratelimit, there is a hard limit of 100 posts per request.
- Curently the object returns is not consistent, every dict is different structure.
- More than just searching (Comming soon)
- `'charmap' codec can't encode characters`
- It's raised when the dict contains non-ascii characters, then your console can't parse them, use real console don't Git-bash.

## Acknowledgements
- This project logo was peeked from [pandas](https://github.com/pandas-dev/pandas) with jokes in mind.
Expand Down

0 comments on commit 7510857

Please sign in to comment.