SkillAgentSearch skills...

RandomHeaders

Generate randomized headers using a locally saved file rather than an online database of user agents

Install / Use

/learn @theriley106/RandomHeaders
About this skill

Quality Score

0/100

Supported Platforms

Zed

README

RandomHeaders

Python Module that generates fake user agents with a locally saved DB. All the other Fake User Agent programs that I've seen scrape from a website that frequently goes down.

This is useful for webscraping, and testing programs that identify devices based on the user agent.

Install

pip install randomheaders

Getting Started

>>> import RandomHeaders
>>> header = RandomHeaders.LoadHeader()
>>> print header
{'User-Agent': 'Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.0 (KHTML'}

Related Skills

View on GitHub
GitHub Stars23
CategoryData
Updated3mo ago
Forks4

Languages

Python

Security Score

72/100

Audited on Jan 1, 2026

No findings