Welcome to the HamsterX repository! π This script automates different tasks such as managing hamster skin achievements, card achievements, and generating referral links. Built with asynchronous Python for high efficiency and performance.
- β‘ Support Multi Account
- π¨ Hamster Skin automation.
- π Referral Link generation.
- π΅οΈββοΈ Support for proxy usage.
- π Uses external data and proxy files for flexible input management.
- Clone the repository:
git clone https://github.com/mmdyb/HamsterX.git
- Navigate to the project folder:
cd HamsterX
- Install the dependencies:
pip install -r requirements.txt
Paste this into console and add result to data.txt
copy(localStorage.getItem('authToken'))
python main.py
You can run the script using different action options:
1
: Automates Hamster Skin.2
: Generates Referral Links.
python main.py --data data.txt --proxy proxy.txt --action 1
--data
or-D
: Provide the path to your data file (default:data.txt
).--proxy
or-P
: Provide the path to your proxies file (default:proxies.txt
).--action
or-A
: Select the action to perform. Choose between1
,2
,3
.
Make sure that your data.txt
file contains your account information, each on a new line, with at least 10 characters per line.
Your proxies.txt
file should contain proxies, one per line, with a valid proxy format.
If no action is provided, the script will display a menu to select an option interactively:
1. Hamster Skin
2. Generate Referral Links
0. Exit
- Referral links are saved in
referral.txt
after generation.
- Python π
- aiofiles for asynchronous file handling.
- argparse for command-line argument parsing.
- asyncio for asynchronous task management.
Feel free to fork this project and submit pull requests. Contributions, issues, and feature requests are welcome!
This script is for educational purposes only. Use it responsibly.
- Developed by: Mmd
- Version: 1.0