> cat /dev/github | grep security-tools
discovered 03 Aug 2026

autologin

via awesome-list
→ View on GitHub
Autologin is a Python library designed to facilitate automatic login for web spiders that need to crawl websites requiring authentication. By providing the necessary credentials and a target URL, Autologin can identify login forms, obtain authenticated cookies, and support usage without generating HTTP requests, preventing impact on rate limits. Notable features include command-line usage, web service capabilities, and integration with Scrapy through a middleware package for maintaining logged-in states.