A Steam bot that accepts item donations.
Basically, it accepts any offer that doesn't ask for any items from its inventory.
Feel free to use if you want to accept item donations for your project, or modify it as you see fit.
#!/usr/bin/env perl | |
# | |
# taken from https://stackoverflow.com/a/1075807/1972627 (Daniel Reeves) | |
# slightly modified by tom hensel <[email protected]> | |
# https://gist.github.com/gretel/c2ef247f51e3cf0c654e | |
# | |
# Use 'ssc' (this script) instead of 'ssh' to do your ssh logins. | |
# Without a 3rd argument it will list available screens. | |
# Given a 3rd argument it will either reattach an existing screen or create a new screen, | |
# i.e. 'ssc host.tld session'. |