Skip to content

devWhyqueue/wg-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WG Finder

Defy the odds and find a home in Berlin!

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 wgfinder/main.py --phone {PHONE} >> wgfinder-info.log 2>> wgfinder-error.log &

But do not forget to set the OPENAI_API_KEY first!

To stop:

pkill -f wgfinder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages