Rust Implementation for Wlroots (Sway, Wayfire, Hikari, River, etc.) of Gnome Screenshot and Idle DBUS Server (with extra features), which Upwork uses to capture the screen as proof of work.
This work was inspired by the python implementation of the Gnome Screenshot DBUS Server made by MarSoft, which can be found here.
this section will cover the minimum amount of information to get you up and running.
First, you must install the required packages from your distribution package manager. These packages are:
sudo pacman -S swayidle grim rust
sudo apt install swayidle grim rust-all
sudo dnf install swayidle grim rust
Right now, the more straightforward method of installation is via cargo with the command:
cargo install upwork-wlroots-bridge