python-emojipedia icon indicating copy to clipboard operation
python-emojipedia copied to clipboard

:sunglasses: Emoji data from Emojipedia :tada:

Results 3 python-emojipedia issues
Sort by recently updated
recently updated
newest added

`Traceback (most recent call last): File "/home/development/backend/venv/lib/python3.10/site-packages/asgiref/sync.py", line 486, in thread_handler raise exc_info[1] File "/home/development/backend/venv/lib/python3.10/site-packages/django/core/handlers/exception.py", line 42, in inner response = await get_response(request) File "/home/development/backend/venv/lib/python3.10/site-packages/django/core/handlers/base.py", line 253, in _get_response_async response...

For all functions I get: `TypeError: __repr__ returned non-string (type bytes)`.

Since `emojipedia.org/emoji` gives you a timeout, I would suggest using `https://unicode.org/emoji/charts/full-emoji-list.html` instead.

Hacktoberfest