Code Monkey home page Code Monkey logo

ow-league-tokens's Introduction

OWL Tokens and Contenders Skins farmer bot

This is a command line bot that "watches" league and contenders streams for you, without the need to worry about missing some. No password or other sort of authentication required. Just your username.

Python 3.10


demo

Installation

  1. Download zip archive from releases page.
  2. Extract OverwatchTokenFarmer directory wherever you want.

Usage

  1. Open OverwatchTokenFarmer.exe located in app directory.
  2. Add an account.
  3. Start bot.
  4. Done! Bot is now working and next time it will remember your username.

Command line arguments

Program can be started without menu using python main.py nomenu. But to do this you need to configure program using menu or use arguments.

Arguments

Arguments can be used only when starting program using nomenu command:

  • --owl | --no-owl - either earn OWL Tokens or not - default is config value or true if not specified
  • --owc | --no-owc - either earn Contenders Skins or not - default is config value or true if not specified
  • --ids - list of integer IDs that will be used instead of IDs from config (you can get your ID from this API: https://playoverwatch.com/en-us/search/account-by-name/username/) or manually.

Examples

  • python main.py nomenu --owl --no-owc - earn OWL Tokens, do not earn Contenders Skins, IDs from config
  • python main.py nomenu --ids 1234 4567 8910 - owl and owc values from config, IDs from command line

Manually getting your account ID

  • The official Overwatch League website is storing account ID in a cookie named account_id. To get cookie's value, follow these steps:
  1. Go to https://overwatchleague.com/en-us and login using your Battle.net account
  2. Open your browser's development tools (usually CTRL + Shift + I)
  3. Depending on your browser, use one of the following options:
    • Chrome: Go to the Application tab -> Cookies -> https://overwatchleague.com -> Name: account_id
    • Firefox: Go to the Storage tab -> Cookies -> https://overwatchleague.com -> Name: account_id

Docker

This application supports Docker! You can either build it by using the supplied docker-compose.yml or Dockerfile! To use it, just clone this repository to your Docker Host.

Docker Compose (recommended way if using Docker)

  1. Make sure Docker Compose is installed on your machine! More info here: Docker Compose.
  2. Edit docker-compose.yml to include your IDs! Remove owl/owc options if needed (see above).
  3. docker compose up -d - the container is built by Docker Compose using the Dockerfile.
    • docker compose ps to verify if container is running!
    • docker compose logs -f to view container's logs.

Dockerfile

  1. Edit Dockerfile to include your IDs. Remove owl/owc options if needed (see above).
  2. docker build -t ow-league-tokens . to build container using the Dockerfile.
  3. docker run -d ow-league-tokens:latest to start new container using the image.
    • docker container ls to check if container is running
    • docker logs ow-league-tokens to view container's logs

ow-league-tokens's People

Contributors

nipser avatar probablypablito avatar ucarno avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.