Skip to content

OSM Ad Watcher 0.2

Latest
Compare
Choose a tag to compare
@RuiRC RuiRC released this 16 Mar 23:54
· 22 commits to main since this release
03f4c17

Installation Guide

For an optimal experience, it's recommended to have Windows Terminal installed before proceeding.

Setting Up

  1. Create a Directory: Make a new folder on your computer to store the executable file.
  2. Configuration File: Inside the same folder, create a text file named details.txt.
    • File Contents: Enter your username and password in the file, with each on a separate line, like so:
      USERNAME
      PASSWORD
      

Release Overview

This release includes two main files: Profit and Hours&Days. The core difference between them lies in the method of displaying the total amounts of coins accumulated over time.

Profit

  • Functionality: Calculates and displays the total profit made after watching ads, both within an hour and across a day.
  • Example: If you spend 3 coins and earn 2, the profit is -1, since 2 - 3 = -1.

Hours&Days

  • Purpose: Shows the total amount of coins earned, ignoring any expenses incurred while the script is running.