diff --git a/README.md b/README.md index 0985bf5..34807cd 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,7 @@ Find some of those *awesome* packages here and if you are missing one we count o * [aiorun](https://github.com/cjrh/aiorun) - A `run()` function that handles all the usual boilerplate for startup and graceful shutdown. * [aiosc](https://github.com/artfwo/aiosc) - Lightweight Open Sound Control implementation. * [aioserial](https://github.com/changyuheng/aioserial) - A drop-in replacement of [pySerial](https://github.com/pyserial/pyserial). +* [dexscraper](https://github.com/vincentkoc/dexscraper) - WebSocket scraper and CLI SDK for DexScreener pair and token data. * [aiozipkin](https://github.com/aio-libs/aiozipkin) - Distributed tracing instrumentation for asyncio with zipkin * [asgiref](https://github.com/django/asgiref) - Backend utils for ASGI to WSGI integration, includes sync_to_async and async_to_sync function wrappers. * [async_property](https://github.com/ryananguiano/async_property) - Python decorator for async properties.