#################
  Plugins
#################

**Sneakpeek** allows you to run arbitrary code before the request and after the response has been recieved.
This can be helpful if you have some common logic you want to use in your scrapers. 

There are some plugins that are already implemented:

.. toctree::
   :maxdepth: 2


   rate_limiter_plugin
   robots_txt_plugin
   user_agent_injecter_plugin
   proxy_plugin
   requests_logging_plugin
   new_plugin
