Skip to content
This repository has been archived by the owner on Feb 29, 2020. It is now read-only.

knightpp/steamgifts-bot

Repository files navigation

Snap Status

Configure and run

  • Login steamgifts.com
  • Obtain PHPSSESID cookie from the site (Firefox: F12 -> Storage -> Cookies)
  • Open terminal and run: steamgiftsbot --cookie COOKIE_HERE

Snap

git clone https://github.com/knightpp/steamgifts-bot
cd steamgifts-bot
snapcraft

Ubuntu

Install dependencies

    sudo apt install libhtmlcxx-dev

and one of

    libcurl4-openssl-dev
    libcurl4-nss-dev
    libcurl4-gnutls-dev

Clone and build cmake

git clone https://github.com/knightpp/steamgifts-bot
cd steamgifts-bot
mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make -j3

Windows (x64 only prebuilt deps)

Open MSVC developer CMD. Clone and build cmake

git clone https://github.com/knightpp/steamgifts-bot
cd steamgifts-bot
mkdir build && cd build
cmake .. -A x64
cmake --build . --config Release

TODO

  • flatpak

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published