Simple app to change emails on Steam accounts
- Integrated with kopeechka.store email service
- Utilizes steam sessions
- Supports proxies
- Exports results to file
- Fast and easy to use
- Download the latest release
- Place your steam sessions in directory
sessions
- Place your proxies in
proxies.txt
(optional) - Start the app, config file will be created
- Close the app, edit the
config.json
file - Start the app again
{
"KopeechkaApiKey": "...",
"KopeechkaDomains": ["..."],
"WaitMessageSeconds": 100
}
KopeechkaApiKey
- your kopeechka.store api keyKopeechkaDomains
- list of domains to use for emailsWaitMessageSeconds
- seconds to wait for email message
$ steam-emails-changer --help
Usage: Steam-Emails-Changer [options]
Simple app to change emails on Steam accounts
Options:
-V, --version output the version number
-c, --config <path> path to config file (default: "./config.json")
-p, --proxies <path> path to proxies file (default: "./proxies.txt")
-r, --results <path> path to results file (default: "./results.txt")
-s, --sessions <path> path to sessions directory (default: "./sessions")
--silent-exit exit process automatically on finish
--concurrency <number> concurrency limit for global operations
-h, --help display help for command
steamsession
http://host:port
http://username:password@host:port
Create them with steam-sessions-creator.
Place your proxies in proxies.txt
file in supported formats.
You can also set them in session files for account-specific proxies.
Results are saved to results.txt
file.
Add more proxies.
Some sessions may be invalid or expired.
- steam-sessions-creator - App for creating and updating Steam sessions
- node-kopeechka-store - Node.js wrapper for kopeechka.store api
- kopeechka-s - Browser Automation Studio wrapper for kopeechka.store api