Git Product home page Git Product logo

Comments (3)

lennerd avatar lennerd commented on July 3, 2024

The use of custom meta data in combination of the vipx/bot-detector meta data files is a bit cumbersome, as this connection is kind of hacked into this bundle (take a look at: https://github.com/lennerd/VipxBotDetectBundle/blob/master/Config/MetadataFileLocator.php).

It's not easy to access the metadata files, because Symfony only is capable of resource links from one Bundle to another. So simply importing the meta data files from some kind of "not-bundle" library will not work here.
If you have any good ideas how to refactore the loading of the meta data files to enable use cases like yours, PRs are very welcome.

A possible solution would be to generate fixture files from external services (archives, other repositories, etc.). This feature would enable the VipxBotDetectBundle to register its own meta data folder and to load external data into this one. However this is not implemented yet, but something I have on the ToDo list for the vipx/bot-detector library.

Another solution I can think of would be to develop an own file path format for bot meta data files, which can be imported into your own files. But I would not like to add extra conding conventions not part of the current Symfony eco system.

from vipxbotdetectbundle.

smilesrg avatar smilesrg commented on July 3, 2024

I've found a workaround:

#Importing extended list. You have to choose right path from the current directory to the library's file
imports:
     - { resource: '../../../../../../vendor/vipx/bot-detect/Vipx/BotDetect/Resources/metadata/extended.yml' }

#Custom bots
bots:
    amazon_client:
        agent: Google-HTTP-Java-Client
        ip: null
        type: bot

from vipxbotdetectbundle.

lennerd avatar lennerd commented on July 3, 2024

Nice, thanks for sharing. Let's leave this open till we found a solution for loading custom meta data.

from vipxbotdetectbundle.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.