/ValorantGen

A League/Twitch account creator designed to farm beta accounts for Valorant

Primary LanguagePython


ValorantGen

Generates League/Twitch Accounts
Explore the docs »

Report Bug · Request Feature

Table of Contents

About The Project

When Valorant initially released, they gave beta access randomly out to viewers that had their League accounts connected. So all this does is make League and Twitch accounts then connect them.

Built With

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • Python

Installation

  1. Clone the repo
git clone https://github.com/thopay/ValorantGen.git
  1. Download the Chrome WebDriver that matches your version
  2. Run the script
python valorant.py

Usage

When you run the script you'll be prompted to enter your catchall domain. After that, it will open two browsers, one for the League sign up the other for Twitch. The reason two browsers are used is because eventually the Twitch browser blocks sign up attempts, so it's important that you use proxies on it, but I haven't put enough time into it to setup up automatic proxy rotation, so the user has to enter it manually. The League browser though doesn't need proxies, and ideally, you wouldn't want to use any because League uses reCaptcha and the best way to get faster captchas or one-clicks is by logging in with your Gmail on it and not changing the IP (Google flags proxies and selenium browsers very easily).

Roadmap

I don't really have a reason to add anything, since Valorant is public now, but here's things I would look into if other games used the same general process

  • Automatic proxy rotation
  • Captcha API like 2captcha or anticaptcha so it's fully hands off (Unknown how I would handle Arkose Labs captcha for Twitch though)
  • Saves results to txt file (This is pretty easy but I wrote this in a day or so and was lazy)
  • Implement webdriver-manager so the user doesn't need to install webdriver themself

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License.

Contact

Thomas - @th___mas - contact@th-mas.dev

Project Link: https://github.com/thopay/ValorantGen