Skip to content

devWhyqueue/wg-ad-updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WG Ad Updater

Keeps your WG Ad always at the top of the search hit list!

Prerequisites

  • Venv: python3 -m pip install --user virtualenv
  • Poetry: python3 -m pip install poetry

Installation

Create and activate venv:

python3 -m venv .venv
source .venv/bin/activate

Install dependencies:

poetry install

Usage

Execute main.py as a background process and log to file:

nohup python3 wgadupdater/main.py {USERNAME} {PASSWORD} >> wgadupdater-info.log 2>> wgadupdater-error.
log &

To stop:

pkill -f wgadupdater

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages