An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Raffle joiner

![preview](https://raw.githubusercontent.com/nonepork/Raffle-joiner/main/readme/preview.png)

---

## 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

![get](https://raw.githubusercontent.com/nonepork/Raffle-joiner/main/readme/get%20token.png)

Put it in config.json in the root folder

![json](https://raw.githubusercontent.com/nonepork/Raffle-joiner/main/readme/insert%20token.png)

Last, run main.py (headless is optional)

```bash
python ./main.py --headless
```