Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New bots #52

Merged
merged 4 commits into from
Apr 22, 2022
Merged

New bots #52

merged 4 commits into from
Apr 22, 2022

Commits on Mar 4, 2022

  1. COUNTER_Robots_list.json: add axios

    axios is a promise-based HTTP client for the browser and Node.js. It
    uses the name and version number for its user-agent by default, ie:
    
        axios/0.21.1
    
    See: https://github.com/axios/axios
    alanorth committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    6af3484 View commit details
    Browse the repository at this point in the history
  2. COUNTER_Robots_list.json: add Faveeo

    Seems to be some kind of social media harvesting/insight company.
    They use this user-agent:
    
        Mozilla/5.0 (compatible; Faveeo/1.0; +http://www.faveeo.com)
    
    See: https://www.faveeo.com
    alanorth committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    d2882da View commit details
    Browse the repository at this point in the history
  3. COUNTER_Robots_list.json: add ZoteroTranslationServer

    This is a Node.js-based server to run Zotero translators. They use
    the following user agent:
    
        ZoteroTranslationServer/WMF (mailto:noc@wikimedia.org)
    
    See: https://github.com/zotero/translation-server
    alanorth committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    b94f1bf View commit details
    Browse the repository at this point in the history
  4. COUNTER_Robots_list.json: add GroupHigh

    This is some kind of content marketing tool that scrapes social me-
    dia to rank influencers. It uses a user-agent like this:
    
        Mozilla/5.0 (compatible; GroupHigh/1.0; +http://www.grouphigh.com/)
    
    See: https://www.grouphigh.com
    alanorth committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    cf0f5e3 View commit details
    Browse the repository at this point in the history