mirrored 3 minutes ago
0
rhythmcaofinish multi-app examples fc15a33
{
    "id": "78aed49a-a710-4321-a793-b611a7c5b56b",
    "snapshot": "chrome",
    "instruction": "Could you help me save all attachments of the oldest email in Bills local folders to the attachment/ folder in Google Drive and then move this email to a different folder \"have_seen\" in Local Folders.",
    "source": "https://marketplace.uipath.com/listings/upload-email-attachments-from-gmail-to-google-drive",
    "config": [
        {
            "type": "googledrive",
            "parameters": {
                "settings_file": "evaluation_examples/settings/googledrive/settings.yml",
                "operation": ["delete"],
                "args": [
                    {
                        "query": "title = 'attachment' and 'root' in parents and trashed = false",
                        "trash": false
                    }
                ]
            }
        },
        {
            "type": "launch",
            "parameters": {
                "command": [
                "google-chrome",
                "--remote-debugging-port=1337"
                ]
            }
        },
        {
            "type": "launch",
            "parameters": {
                "command": [
                    "socat",
                    "tcp-listen:9222,fork",
                    "tcp:localhost:1337"
                ]
            }
        },
        {
            "type": "chrome_open_tabs",
            "parameters": {
                "urls_to_open": [
                    "https://stackoverflow.com/",
                    "https://paperswithcode.com/"
                ]
            }
        },
        {
            "type": "login",
            "parameters": {
                "settings_file": "evaluation_examples/settings/google/settings.json",
                "platform": "googledrive"
            }
        },
        {
            "type": "download",
            "parameters": {
                "files": [
                    {
                        "url": "https://drive.usercontent.google.com/download?id=1W18fZ4Dog-cSH3Fxa3bcfTz28z6AsL_1&export=download&authuser=0&confirm=t&uuid=7c8fc164-6e7b-4849-aba1-f3dba947feba&at=APZUnTWd2DFbIYnlMf-GY4qMqXcc:1706682437093",
                        "path": "/home/user/thunderbird-profile.tar.gz"
                    }
                ]
            }
        },
        {
            "type": "execute",
            "parameters": {
                "command": [
                    "tar",
                    "-xz",
                    "--recursive-unlink",
                    "-f",
                    "/home/user/thunderbird-profile.tar.gz",
                    "-C",
                    "/home/user/"
                ]
            }
        },
        {
            "type": "launch",
            "parameters": {
                "command": [
                    "/usr/bin/thunderbird"
                ]
            }
        }
    ],
    "trajectory": "trajectories/",
    "related_apps": [
        "thunderbird",
        "chrome"
    ],
    "evaluator": {
        "func": [
            "check_thunderbird_folder",
            "compare_pdfs"
        ],
        "result": [
            {
                "type": "vm_file",
                "multi": true,
                "path": [
                    "/home/user/.thunderbird/t5q2a5hp.default-release/Mail/Local Folders/have_seen",
                    "/home/user/.thunderbird/t5q2a5hp.default-release/Mail/Local Folders/Bills"
                ],
                "dest": [
                    "have_seen",
                    "Bills"
                ],
                "gives": [
                    0,
                    1
                ]
            },
            {
                "type": "googledrive_file",
                "settings_file": "evaluation_examples/settings/googledrive/settings.yml",
                "path_list": [
                    [
                        "attachment",
                        "Invoice-01234567-89ab.pdf"
                    ],
                    [
                        "attachment",
                        "Receipt-0123-4567.pdf"
                    ]
                ],
                "dest": [
                    "Invoice-01234567-89ab.pdf",
                    "Receipt-0123-4567.pdf"
                ]
            }
        ],
        "expected": [
            {
                "type": "cloud_file",
                "multi": true,
                "path": [
                    "https://drive.usercontent.google.com/download?id=12ielR0p3jFZ4UDfGlC7fdF88uUTM_3bn&export=download&authuser=0&confirm=t&uuid=6ef47d29-2772-49cd-87e7-17efd587f1ba&at=APZUnTUGjXxDcDcMF5RoAsVtbFOB:1706689562530",
                    "https://drive.usercontent.google.com/download?id=13XQ4Hr62WyHVwpefjD-tgkpjb0p9HKpe&export=download&authuser=0&confirm=t&uuid=ad4ee033-83e4-4df4-9f9c-ac61d43634bc&at=APZUnTV5ZI1GFXNHTyIblwSKjyku:1706692277803"
                ],
                "dest": [
                    "have_seen_gold",
                    "Bills_gold"
                ],
                "gives": [
                    0,
                    1
                ]
            },
            {
                "type": "cloud_file",
                "multi": true,
                "path": [
                    "https://drive.usercontent.google.com/download?id=1SlzOPRfzaKyhBERy-ks2-rjzrjtvgoDG&export=download&authuser=0&confirm=t&uuid=e4cb717b-fb5d-4860-99d9-9e1f38df2592&at=APZUnTXlcSimcf9qZ7uZmlAUj-zQ:1706683984205",
                    "https://drive.usercontent.google.com/download?id=19SdAYymlHvFQ7wzc-_JfFYOYMW6xAw5-&export=download&authuser=0&confirm=t&uuid=e1cbff64-d615-493d-9d02-bcdbd40f878c&at=APZUnTVRpcei6q_BjzQ7EtHA7voq:1706683990388"
                ],
                "dest": [
                    "Invoice-01234567-89ab_gold.pdf",
                    "Receipt-0123-4567_gold.pdf"
                ],
                "gives": [
                    0,
                    1
                ]
            }
        ],
        "options": [
            {
                "remove_deleted": true,
                "remove_duplicate": true
            },
            {}
        ]
    }
}