SecondHand C0D1NG

  • Home
  • Archives
  • Table of Contents
  • Overview

Yiwei Shen

Notes & Thoughts
79 posts
12 tags
GitHub RSS
Creative Commons

fake_useragent

Posted on 2017-06-13 Edited on 2022-02-24

One nice module to find.

1
2
3
4
from fake_useragent import UserAgent
ua = UserAgent()
ua.random # this would be enough
ua.update() # once a while
  • Post author: Yiwei Shen
  • Post link: http://yiweishen.github.io/2017/06/14/fake-useragent/
  • Copyright Notice: All articles in this blog are licensed under BY-NC-SA unless stating additionally.
Welcome to my other publishing channels
RSS
# python
Faker
Project Euler
© 2025 Yiwei Shen
Powered by Hexo & NexT.Muse
0%