asimov-apify-module 0.1.1-x86_64-linux-gnu
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
 - data/AUTHORS +1 -0
 - data/CHANGES.md +26 -0
 - data/README.md +121 -0
 - data/UNLICENSE +24 -0
 - data/VERSION +1 -0
 - data/bin/asimov-apify-fetcher +8 -0
 - data/bin/asimov-apify-importer +8 -0
 - data/lib/asimov-apify-module/asimov-apify-fetcher +0 -0
 - data/lib/asimov-apify-module/asimov-apify-importer +0 -0
 - data/lib/asimov-apify-module/fetcher.rb +23 -0
 - data/lib/asimov-apify-module/importer.rb +23 -0
 - data/lib/asimov-apify-module.rb +8 -0
 - metadata +58 -0
 
    
        checksums.yaml
    ADDED
    
    | 
         @@ -0,0 +1,7 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            ---
         
     | 
| 
      
 2 
     | 
    
         
            +
            SHA256:
         
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 8bc87a94c117c34b1ba9fcfe7764dcb3b469cba267822ddf7341a0293916526d
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 8c37f93a88a28501888c764a9d45a6869aba0153643803c5044755449b5fb83b
         
     | 
| 
      
 5 
     | 
    
         
            +
            SHA512:
         
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 3cd7fcded107a8ce57ffabc91e4d268e68beec90b9204f223e9db9ed63759ef5205671c0891140ed9281a85b59e6b2d9a5eaa6dd63e776e36f01f190aece9d47
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: b184ea7d28ba5f065948d11c1c01b6369fa98a61ed7017a7181e0d45dd5b55584c6ae87228536273d6ae74d8fd8735550a9397684e744bcefe52a49a6adb69ad
         
     | 
    
        data/AUTHORS
    ADDED
    
    | 
         @@ -0,0 +1 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            * Arto Bendiken <arto@asimov.so>
         
     | 
    
        data/CHANGES.md
    ADDED
    
    | 
         @@ -0,0 +1,26 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            # Changelog
         
     | 
| 
      
 2 
     | 
    
         
            +
             
     | 
| 
      
 3 
     | 
    
         
            +
            All notable changes to this project will be documented in this file.
         
     | 
| 
      
 4 
     | 
    
         
            +
             
     | 
| 
      
 5 
     | 
    
         
            +
            The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
         
     | 
| 
      
 6 
     | 
    
         
            +
            and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
         
     | 
| 
      
 7 
     | 
    
         
            +
             
     | 
| 
      
 8 
     | 
    
         
            +
            ## 0.1.1 - 2025-05-29
         
     | 
| 
      
 9 
     | 
    
         
            +
            ### Changed
         
     | 
| 
      
 10 
     | 
    
         
            +
            - Build releases automatically
         
     | 
| 
      
 11 
     | 
    
         
            +
             
     | 
| 
      
 12 
     | 
    
         
            +
            ## 0.1.0 - 2025-05-28
         
     | 
| 
      
 13 
     | 
    
         
            +
            ### Added
         
     | 
| 
      
 14 
     | 
    
         
            +
            - Support X follower/followee relationships
         
     | 
| 
      
 15 
     | 
    
         
            +
             
     | 
| 
      
 16 
     | 
    
         
            +
            ## 0.0.3 - 2025-05-27
         
     | 
| 
      
 17 
     | 
    
         
            +
            ### Added
         
     | 
| 
      
 18 
     | 
    
         
            +
            - Pretty-printed JSON & JSON-LD output
         
     | 
| 
      
 19 
     | 
    
         
            +
             
     | 
| 
      
 20 
     | 
    
         
            +
            ## 0.0.2 - 2025-05-23
         
     | 
| 
      
 21 
     | 
    
         
            +
            ### Added
         
     | 
| 
      
 22 
     | 
    
         
            +
            - Support Google Search results
         
     | 
| 
      
 23 
     | 
    
         
            +
             
     | 
| 
      
 24 
     | 
    
         
            +
            ## 0.0.1 - 2025-05-23
         
     | 
| 
      
 25 
     | 
    
         
            +
             
     | 
| 
      
 26 
     | 
    
         
            +
            ## 0.0.0 - 2025-05-21
         
     | 
    
        data/README.md
    ADDED
    
    | 
         @@ -0,0 +1,121 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            # ASIMOV Apify Module
         
     | 
| 
      
 2 
     | 
    
         
            +
             
     | 
| 
      
 3 
     | 
    
         
            +
            [](https://unlicense.org)
         
     | 
| 
      
 4 
     | 
    
         
            +
            [](https://crates.io/crates/asimov-apify-module)
         
     | 
| 
      
 5 
     | 
    
         
            +
            [](https://pypi.org/project/asimov-apify-module)
         
     | 
| 
      
 6 
     | 
    
         
            +
            [](https://rubygems.org/gems/asimov-apify-module)
         
     | 
| 
      
 7 
     | 
    
         
            +
            [](https://npmjs.com/package/asimov-apify-module)
         
     | 
| 
      
 8 
     | 
    
         
            +
             
     | 
| 
      
 9 
     | 
    
         
            +
            [ASIMOV] module for data import powered by the [Apify] web automation platform.
         
     | 
| 
      
 10 
     | 
    
         
            +
             
     | 
| 
      
 11 
     | 
    
         
            +
            ## ✨ Features
         
     | 
| 
      
 12 
     | 
    
         
            +
             
     | 
| 
      
 13 
     | 
    
         
            +
            - Imports structured data from Apify actors (web automation scripts).
         
     | 
| 
      
 14 
     | 
    
         
            +
            - Collects the raw JSON data via the Apify API (requires an API token).
         
     | 
| 
      
 15 
     | 
    
         
            +
            - Constructs a semantic knowledge graph based on the [KNOW] ontology.
         
     | 
| 
      
 16 
     | 
    
         
            +
            - Supports plain JSON output as well as [RDF] output in the form of [JSON-LD].
         
     | 
| 
      
 17 
     | 
    
         
            +
            - Distributed as a standalone static binary with zero runtime dependencies.
         
     | 
| 
      
 18 
     | 
    
         
            +
             
     | 
| 
      
 19 
     | 
    
         
            +
            ## 🛠️ Prerequisites
         
     | 
| 
      
 20 
     | 
    
         
            +
             
     | 
| 
      
 21 
     | 
    
         
            +
            - [Rust] 1.85+ (2024 edition) if building from source code
         
     | 
| 
      
 22 
     | 
    
         
            +
             
     | 
| 
      
 23 
     | 
    
         
            +
            ## ⬇️ Installation
         
     | 
| 
      
 24 
     | 
    
         
            +
             
     | 
| 
      
 25 
     | 
    
         
            +
            ### Installation from PyPI
         
     | 
| 
      
 26 
     | 
    
         
            +
             
     | 
| 
      
 27 
     | 
    
         
            +
            ```bash
         
     | 
| 
      
 28 
     | 
    
         
            +
            pip install -U asimov-apify-module
         
     | 
| 
      
 29 
     | 
    
         
            +
            ```
         
     | 
| 
      
 30 
     | 
    
         
            +
             
     | 
| 
      
 31 
     | 
    
         
            +
            ### Installation from RubyGems
         
     | 
| 
      
 32 
     | 
    
         
            +
             
     | 
| 
      
 33 
     | 
    
         
            +
            ```bash
         
     | 
| 
      
 34 
     | 
    
         
            +
            gem install asimov-apify-module
         
     | 
| 
      
 35 
     | 
    
         
            +
            ```
         
     | 
| 
      
 36 
     | 
    
         
            +
             
     | 
| 
      
 37 
     | 
    
         
            +
            ### Installation from NPM
         
     | 
| 
      
 38 
     | 
    
         
            +
             
     | 
| 
      
 39 
     | 
    
         
            +
            ```bash
         
     | 
| 
      
 40 
     | 
    
         
            +
            npm install -g asimov-apify-module
         
     | 
| 
      
 41 
     | 
    
         
            +
            ```
         
     | 
| 
      
 42 
     | 
    
         
            +
             
     | 
| 
      
 43 
     | 
    
         
            +
            ### Installation from Source Code
         
     | 
| 
      
 44 
     | 
    
         
            +
             
     | 
| 
      
 45 
     | 
    
         
            +
            ```bash
         
     | 
| 
      
 46 
     | 
    
         
            +
            cargo install asimov-apify-module
         
     | 
| 
      
 47 
     | 
    
         
            +
            ```
         
     | 
| 
      
 48 
     | 
    
         
            +
             
     | 
| 
      
 49 
     | 
    
         
            +
            ## 👉 Examples
         
     | 
| 
      
 50 
     | 
    
         
            +
             
     | 
| 
      
 51 
     | 
    
         
            +
            ```bash
         
     | 
| 
      
 52 
     | 
    
         
            +
            export APIFY_TOKEN="..."
         
     | 
| 
      
 53 
     | 
    
         
            +
            ```
         
     | 
| 
      
 54 
     | 
    
         
            +
             
     | 
| 
      
 55 
     | 
    
         
            +
            ### Fetching Google Results
         
     | 
| 
      
 56 
     | 
    
         
            +
             
     | 
| 
      
 57 
     | 
    
         
            +
            ```bash
         
     | 
| 
      
 58 
     | 
    
         
            +
            asimov-apify-fetcher  https://www.google.com/search?q=Isaac+Asimov  # JSON
         
     | 
| 
      
 59 
     | 
    
         
            +
            asimov-apify-importer https://www.google.com/search?q=Isaac+Asimov  # JSON-LD
         
     | 
| 
      
 60 
     | 
    
         
            +
            ```
         
     | 
| 
      
 61 
     | 
    
         
            +
             
     | 
| 
      
 62 
     | 
    
         
            +
            ### Fetching X (Twitter) Followers
         
     | 
| 
      
 63 
     | 
    
         
            +
             
     | 
| 
      
 64 
     | 
    
         
            +
            ```bash
         
     | 
| 
      
 65 
     | 
    
         
            +
            asimov-apify-fetcher  https://x.com/apify/followers  # JSON
         
     | 
| 
      
 66 
     | 
    
         
            +
            asimov-apify-importer https://x.com/apify/followers  # JSON-LD
         
     | 
| 
      
 67 
     | 
    
         
            +
            ```
         
     | 
| 
      
 68 
     | 
    
         
            +
             
     | 
| 
      
 69 
     | 
    
         
            +
            ### Fetching X (Twitter) Followees
         
     | 
| 
      
 70 
     | 
    
         
            +
             
     | 
| 
      
 71 
     | 
    
         
            +
            ```bash
         
     | 
| 
      
 72 
     | 
    
         
            +
            asimov-apify-fetcher  https://x.com/apify/following  # JSON
         
     | 
| 
      
 73 
     | 
    
         
            +
            asimov-apify-importer https://x.com/apify/following  # JSON-LD
         
     | 
| 
      
 74 
     | 
    
         
            +
            ```
         
     | 
| 
      
 75 
     | 
    
         
            +
             
     | 
| 
      
 76 
     | 
    
         
            +
            ## ⚙ Configuration
         
     | 
| 
      
 77 
     | 
    
         
            +
             
     | 
| 
      
 78 
     | 
    
         
            +
            ### Environment Variables
         
     | 
| 
      
 79 
     | 
    
         
            +
             
     | 
| 
      
 80 
     | 
    
         
            +
            - `APIFY_TOKEN`: (required) the [Apify API token] to use
         
     | 
| 
      
 81 
     | 
    
         
            +
             
     | 
| 
      
 82 
     | 
    
         
            +
            ## 📚 Reference
         
     | 
| 
      
 83 
     | 
    
         
            +
             
     | 
| 
      
 84 
     | 
    
         
            +
            ### Installed Binaries
         
     | 
| 
      
 85 
     | 
    
         
            +
             
     | 
| 
      
 86 
     | 
    
         
            +
            - `asimov-apify-fetcher`: collects JSON data from the Apify API
         
     | 
| 
      
 87 
     | 
    
         
            +
            - `asimov-apify-importer`: collects and transforms JSON into JSON-LD
         
     | 
| 
      
 88 
     | 
    
         
            +
             
     | 
| 
      
 89 
     | 
    
         
            +
            ### Supported Actors
         
     | 
| 
      
 90 
     | 
    
         
            +
             
     | 
| 
      
 91 
     | 
    
         
            +
            Actor   | URL Pattern | JSON | RDF
         
     | 
| 
      
 92 
     | 
    
         
            +
            :------ | :---------- | :--: | :--:
         
     | 
| 
      
 93 
     | 
    
         
            +
            Google Search | `https://www.google.com/search?q=:query` | ✅ | ✅
         
     | 
| 
      
 94 
     | 
    
         
            +
            X (Twitter) Followers | `https://x.com/:account/followers` | ✅ | ✅
         
     | 
| 
      
 95 
     | 
    
         
            +
            X (Twitter) Followees | `https://x.com/:account/following` | ✅ | ✅
         
     | 
| 
      
 96 
     | 
    
         
            +
            <img width="100" height="1"/> | <img width="550" height="1"/> | <img width="50" height="1"/> | <img width="50" height="1"/>
         
     | 
| 
      
 97 
     | 
    
         
            +
             
     | 
| 
      
 98 
     | 
    
         
            +
            ## 👨💻 Development
         
     | 
| 
      
 99 
     | 
    
         
            +
             
     | 
| 
      
 100 
     | 
    
         
            +
            ```bash
         
     | 
| 
      
 101 
     | 
    
         
            +
            git clone https://github.com/asimov-modules/asimov-apify-module.git
         
     | 
| 
      
 102 
     | 
    
         
            +
            ```
         
     | 
| 
      
 103 
     | 
    
         
            +
             
     | 
| 
      
 104 
     | 
    
         
            +
            ---
         
     | 
| 
      
 105 
     | 
    
         
            +
             
     | 
| 
      
 106 
     | 
    
         
            +
            [](https://x.com/intent/post?url=https://github.com/asimov-modules/asimov-apify-module&text=asimov-apify-module)
         
     | 
| 
      
 107 
     | 
    
         
            +
            [](https://reddit.com/submit?url=https://github.com/asimov-modules/asimov-apify-module&title=asimov-apify-module)
         
     | 
| 
      
 108 
     | 
    
         
            +
            [](https://news.ycombinator.com/submitlink?u=https://github.com/asimov-modules/asimov-apify-module&t=asimov-apify-module)
         
     | 
| 
      
 109 
     | 
    
         
            +
            [](https://www.facebook.com/sharer/sharer.php?u=https://github.com/asimov-modules/asimov-apify-module)
         
     | 
| 
      
 110 
     | 
    
         
            +
            [](https://www.linkedin.com/sharing/share-offsite/?url=https://github.com/asimov-modules/asimov-apify-module)
         
     | 
| 
      
 111 
     | 
    
         
            +
             
     | 
| 
      
 112 
     | 
    
         
            +
            [ASIMOV]: https://github.com/asimov-platform
         
     | 
| 
      
 113 
     | 
    
         
            +
            [Apify]: https://apify.com
         
     | 
| 
      
 114 
     | 
    
         
            +
            [Apify API token]: https://docs.apify.com/platform/integrations/api
         
     | 
| 
      
 115 
     | 
    
         
            +
            [JSON-LD]: https://json-ld.org
         
     | 
| 
      
 116 
     | 
    
         
            +
            [KNOW]: https://github.com/know-ontology
         
     | 
| 
      
 117 
     | 
    
         
            +
            [NPM]: https:/npmjs.org
         
     | 
| 
      
 118 
     | 
    
         
            +
            [Python]: https://python.org
         
     | 
| 
      
 119 
     | 
    
         
            +
            [RDF]: https://github.com/rust-rdf
         
     | 
| 
      
 120 
     | 
    
         
            +
            [Ruby]: https://ruby-lang.org
         
     | 
| 
      
 121 
     | 
    
         
            +
            [Rust]: https://rust-lang.org
         
     | 
    
        data/UNLICENSE
    ADDED
    
    | 
         @@ -0,0 +1,24 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            This is free and unencumbered software released into the public domain.
         
     | 
| 
      
 2 
     | 
    
         
            +
             
     | 
| 
      
 3 
     | 
    
         
            +
            Anyone is free to copy, modify, publish, use, compile, sell, or
         
     | 
| 
      
 4 
     | 
    
         
            +
            distribute this software, either in source code form or as a compiled
         
     | 
| 
      
 5 
     | 
    
         
            +
            binary, for any purpose, commercial or non-commercial, and by any
         
     | 
| 
      
 6 
     | 
    
         
            +
            means.
         
     | 
| 
      
 7 
     | 
    
         
            +
             
     | 
| 
      
 8 
     | 
    
         
            +
            In jurisdictions that recognize copyright laws, the author or authors
         
     | 
| 
      
 9 
     | 
    
         
            +
            of this software dedicate any and all copyright interest in the
         
     | 
| 
      
 10 
     | 
    
         
            +
            software to the public domain. We make this dedication for the benefit
         
     | 
| 
      
 11 
     | 
    
         
            +
            of the public at large and to the detriment of our heirs and
         
     | 
| 
      
 12 
     | 
    
         
            +
            successors. We intend this dedication to be an overt act of
         
     | 
| 
      
 13 
     | 
    
         
            +
            relinquishment in perpetuity of all present and future rights to this
         
     | 
| 
      
 14 
     | 
    
         
            +
            software under copyright law.
         
     | 
| 
      
 15 
     | 
    
         
            +
             
     | 
| 
      
 16 
     | 
    
         
            +
            THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
         
     | 
| 
      
 17 
     | 
    
         
            +
            EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
         
     | 
| 
      
 18 
     | 
    
         
            +
            MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
         
     | 
| 
      
 19 
     | 
    
         
            +
            IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
         
     | 
| 
      
 20 
     | 
    
         
            +
            OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
         
     | 
| 
      
 21 
     | 
    
         
            +
            ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
         
     | 
| 
      
 22 
     | 
    
         
            +
            OTHER DEALINGS IN THE SOFTWARE.
         
     | 
| 
      
 23 
     | 
    
         
            +
             
     | 
| 
      
 24 
     | 
    
         
            +
            For more information, please refer to <https://unlicense.org/>
         
     | 
    
        data/VERSION
    ADDED
    
    | 
         @@ -0,0 +1 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            0.1.1
         
     | 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
| 
         @@ -0,0 +1,23 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            # This is free and unencumbered software released into the public domain.
         
     | 
| 
      
 2 
     | 
    
         
            +
             
     | 
| 
      
 3 
     | 
    
         
            +
            module ASIMOV_Apify_Module; end
         
     | 
| 
      
 4 
     | 
    
         
            +
             
     | 
| 
      
 5 
     | 
    
         
            +
            class ASIMOV_Apify_Module::Fetcher
         
     | 
| 
      
 6 
     | 
    
         
            +
              def self.path
         
     | 
| 
      
 7 
     | 
    
         
            +
                ::File.join(__dir__, "asimov-apify-fetcher")
         
     | 
| 
      
 8 
     | 
    
         
            +
              end
         
     | 
| 
      
 9 
     | 
    
         
            +
             
     | 
| 
      
 10 
     | 
    
         
            +
              def self.execute(...)
         
     | 
| 
      
 11 
     | 
    
         
            +
                self.new(...).execute
         
     | 
| 
      
 12 
     | 
    
         
            +
              end
         
     | 
| 
      
 13 
     | 
    
         
            +
             
     | 
| 
      
 14 
     | 
    
         
            +
              def initialize(*args, env: {})
         
     | 
| 
      
 15 
     | 
    
         
            +
                @argv0 = self.class.path.freeze
         
     | 
| 
      
 16 
     | 
    
         
            +
                @args = args.map(&:to_s).freeze
         
     | 
| 
      
 17 
     | 
    
         
            +
                @env = env.to_h.freeze
         
     | 
| 
      
 18 
     | 
    
         
            +
              end
         
     | 
| 
      
 19 
     | 
    
         
            +
             
     | 
| 
      
 20 
     | 
    
         
            +
              def execute(*args)
         
     | 
| 
      
 21 
     | 
    
         
            +
                ::Kernel.system(@env, @argv0, *(@args + args.map(&:to_s))) ? 0 : $?.exitstatus
         
     | 
| 
      
 22 
     | 
    
         
            +
              end
         
     | 
| 
      
 23 
     | 
    
         
            +
            end
         
     | 
| 
         @@ -0,0 +1,23 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            # This is free and unencumbered software released into the public domain.
         
     | 
| 
      
 2 
     | 
    
         
            +
             
     | 
| 
      
 3 
     | 
    
         
            +
            module ASIMOV_Apify_Module; end
         
     | 
| 
      
 4 
     | 
    
         
            +
             
     | 
| 
      
 5 
     | 
    
         
            +
            class ASIMOV_Apify_Module::Importer
         
     | 
| 
      
 6 
     | 
    
         
            +
              def self.path
         
     | 
| 
      
 7 
     | 
    
         
            +
                ::File.join(__dir__, "asimov-apify-importer")
         
     | 
| 
      
 8 
     | 
    
         
            +
              end
         
     | 
| 
      
 9 
     | 
    
         
            +
             
     | 
| 
      
 10 
     | 
    
         
            +
              def self.execute(...)
         
     | 
| 
      
 11 
     | 
    
         
            +
                self.new(...).execute
         
     | 
| 
      
 12 
     | 
    
         
            +
              end
         
     | 
| 
      
 13 
     | 
    
         
            +
             
     | 
| 
      
 14 
     | 
    
         
            +
              def initialize(*args, env: {})
         
     | 
| 
      
 15 
     | 
    
         
            +
                @argv0 = self.class.path.freeze
         
     | 
| 
      
 16 
     | 
    
         
            +
                @args = args.map(&:to_s).freeze
         
     | 
| 
      
 17 
     | 
    
         
            +
                @env = env.to_h.freeze
         
     | 
| 
      
 18 
     | 
    
         
            +
              end
         
     | 
| 
      
 19 
     | 
    
         
            +
             
     | 
| 
      
 20 
     | 
    
         
            +
              def execute(*args)
         
     | 
| 
      
 21 
     | 
    
         
            +
                ::Kernel.system(@env, @argv0, *(@args + args.map(&:to_s))) ? 0 : $?.exitstatus
         
     | 
| 
      
 22 
     | 
    
         
            +
              end
         
     | 
| 
      
 23 
     | 
    
         
            +
            end
         
     | 
    
        metadata
    ADDED
    
    | 
         @@ -0,0 +1,58 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            --- !ruby/object:Gem::Specification
         
     | 
| 
      
 2 
     | 
    
         
            +
            name: asimov-apify-module
         
     | 
| 
      
 3 
     | 
    
         
            +
            version: !ruby/object:Gem::Version
         
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.1.1
         
     | 
| 
      
 5 
     | 
    
         
            +
            platform: x86_64-linux-gnu
         
     | 
| 
      
 6 
     | 
    
         
            +
            authors:
         
     | 
| 
      
 7 
     | 
    
         
            +
            - ASIMOV Protocol
         
     | 
| 
      
 8 
     | 
    
         
            +
            bindir: bin
         
     | 
| 
      
 9 
     | 
    
         
            +
            cert_chain: []
         
     | 
| 
      
 10 
     | 
    
         
            +
            date: 2025-05-29 00:00:00.000000000 Z
         
     | 
| 
      
 11 
     | 
    
         
            +
            dependencies: []
         
     | 
| 
      
 12 
     | 
    
         
            +
            description: ASIMOV module for data import powered by the Apify web automation platform.
         
     | 
| 
      
 13 
     | 
    
         
            +
            email: support@asimov.so
         
     | 
| 
      
 14 
     | 
    
         
            +
            executables:
         
     | 
| 
      
 15 
     | 
    
         
            +
            - asimov-apify-fetcher
         
     | 
| 
      
 16 
     | 
    
         
            +
            - asimov-apify-importer
         
     | 
| 
      
 17 
     | 
    
         
            +
            extensions: []
         
     | 
| 
      
 18 
     | 
    
         
            +
            extra_rdoc_files: []
         
     | 
| 
      
 19 
     | 
    
         
            +
            files:
         
     | 
| 
      
 20 
     | 
    
         
            +
            - AUTHORS
         
     | 
| 
      
 21 
     | 
    
         
            +
            - CHANGES.md
         
     | 
| 
      
 22 
     | 
    
         
            +
            - README.md
         
     | 
| 
      
 23 
     | 
    
         
            +
            - UNLICENSE
         
     | 
| 
      
 24 
     | 
    
         
            +
            - VERSION
         
     | 
| 
      
 25 
     | 
    
         
            +
            - bin/asimov-apify-fetcher
         
     | 
| 
      
 26 
     | 
    
         
            +
            - bin/asimov-apify-importer
         
     | 
| 
      
 27 
     | 
    
         
            +
            - lib/asimov-apify-module.rb
         
     | 
| 
      
 28 
     | 
    
         
            +
            - lib/asimov-apify-module/asimov-apify-fetcher
         
     | 
| 
      
 29 
     | 
    
         
            +
            - lib/asimov-apify-module/asimov-apify-importer
         
     | 
| 
      
 30 
     | 
    
         
            +
            - lib/asimov-apify-module/fetcher.rb
         
     | 
| 
      
 31 
     | 
    
         
            +
            - lib/asimov-apify-module/importer.rb
         
     | 
| 
      
 32 
     | 
    
         
            +
            homepage: https://github.com/asimov-modules
         
     | 
| 
      
 33 
     | 
    
         
            +
            licenses:
         
     | 
| 
      
 34 
     | 
    
         
            +
            - Unlicense
         
     | 
| 
      
 35 
     | 
    
         
            +
            metadata:
         
     | 
| 
      
 36 
     | 
    
         
            +
              homepage_uri: https://github.com/asimov-modules
         
     | 
| 
      
 37 
     | 
    
         
            +
              source_code_uri: https://github.com/asimov-modules/asimov-apify-module
         
     | 
| 
      
 38 
     | 
    
         
            +
              changelog_uri: https://github.com/asimov-modules/asimov-apify-module/blob/master/CHANGES.md
         
     | 
| 
      
 39 
     | 
    
         
            +
              bug_tracker_uri: https://github.com/asimov-modules/asimov-apify-module/issues
         
     | 
| 
      
 40 
     | 
    
         
            +
              documentation_uri: https://github.com/asimov-modules/asimov-apify-module/blob/master/README.md
         
     | 
| 
      
 41 
     | 
    
         
            +
            rdoc_options: []
         
     | 
| 
      
 42 
     | 
    
         
            +
            require_paths:
         
     | 
| 
      
 43 
     | 
    
         
            +
            - lib
         
     | 
| 
      
 44 
     | 
    
         
            +
            required_ruby_version: !ruby/object:Gem::Requirement
         
     | 
| 
      
 45 
     | 
    
         
            +
              requirements:
         
     | 
| 
      
 46 
     | 
    
         
            +
              - - ">="
         
     | 
| 
      
 47 
     | 
    
         
            +
                - !ruby/object:Gem::Version
         
     | 
| 
      
 48 
     | 
    
         
            +
                  version: '3.0'
         
     | 
| 
      
 49 
     | 
    
         
            +
            required_rubygems_version: !ruby/object:Gem::Requirement
         
     | 
| 
      
 50 
     | 
    
         
            +
              requirements:
         
     | 
| 
      
 51 
     | 
    
         
            +
              - - ">="
         
     | 
| 
      
 52 
     | 
    
         
            +
                - !ruby/object:Gem::Version
         
     | 
| 
      
 53 
     | 
    
         
            +
                  version: '0'
         
     | 
| 
      
 54 
     | 
    
         
            +
            requirements: []
         
     | 
| 
      
 55 
     | 
    
         
            +
            rubygems_version: 3.6.9
         
     | 
| 
      
 56 
     | 
    
         
            +
            specification_version: 4
         
     | 
| 
      
 57 
     | 
    
         
            +
            summary: ASIMOV module for data import powered by the Apify web automation platform.
         
     | 
| 
      
 58 
     | 
    
         
            +
            test_files: []
         
     |