Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bubblxs/tamale
tamale, tamale, tamale, tamale, tamale, tamale, tamale!
https://github.com/bubblxs/tamale
linux steam steam-cards
Last synced: 6 days ago
JSON representation
tamale, tamale, tamale, tamale, tamale, tamale, tamale!
- Host: GitHub
- URL: https://github.com/bubblxs/tamale
- Owner: bubblxs
- Created: 2024-12-20T17:50:37.000Z (14 days ago)
- Default Branch: main
- Last Pushed: 2024-12-20T19:14:45.000Z (14 days ago)
- Last Synced: 2024-12-20T20:23:12.084Z (14 days ago)
- Topics: linux, steam, steam-cards
- Language: C++
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
tamale
> tamale is a simple - _mediocre_ - script for gnu/linux to farm your beloved steam cards.
> [!NOTE]
> you might want to [check the steamworks sdk docs](https://partner.steamgames.com/doc/sdk).download the build
- [linux 64]()
### installation and usage
> [!NOTE]
> if you downloaded the compiled build, you can ignore the 3rd and 4th step.- [download the steamworks sdk](https://partner.steamgames.com/downloads/list);
- extract the downloaded steamworks sdk archive;
- copy the `steam` folder from the extracted sdk to your project directory;
- copy the `steam_api.lib` file to the root of your project folder;
- copy the `libsteam_api.so` file to the shared library directory of your os;
```bash
$ sudo cp ~/Downloads/steamworks_sdk_161/sdk/redistributable_bin/linux64/libsteam_api.so /lib/x86_64-linux-gnu/
```
- build the project```bash
$ ./build.sh
```at this point your project should look like this:
```
tamale/
├── steam/
├── build.sh
├── ids.txt
├── README.md
├── steam_api.lib
└── tamale.cpp
```#### apps to farm
now, place the appids of all the games that you want to farm into ``ids.txt``. and yes. ALL. OF. THEM. - you might want to check [ArchiSteamFarm](https://github.com/JustArchiNET/ArchiSteamFarm) - one appid per line.
#### running it
open the steam and run the build
```bash
$ ./tamale.1
```