https://github.com/nonepork/raffle-joiner
A automatic raffle joiner for scrap.tf
https://github.com/nonepork/raffle-joiner
rafflebot scraper selenium selenium-python seleniumbase
Last synced: about 1 year ago
JSON representation
A automatic raffle joiner for scrap.tf
- Host: GitHub
- URL: https://github.com/nonepork/raffle-joiner
- Owner: nonepork
- License: apache-2.0
- Created: 2024-09-14T07:25:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-15T18:14:04.000Z (over 1 year ago)
- Last Synced: 2025-04-06T09:18:52.216Z (about 1 year ago)
- Topics: rafflebot, scraper, selenium, selenium-python, seleniumbase
- Language: Python
- Homepage:
- Size: 103 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Raffle joiner

---
## Disclaimer
I'm not responsible for any damage or loss when using this script.
## How to use?
First, download this repo and install required libraries
```bash
pip install -r requirements.txt
```
Then, login into scrap.tf and get your scraptf token

Put it in config.json in the root folder

Last, run main.py (headless is optional)
```bash
python ./main.py --headless
```