Skip to content

vadimsey/fp-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FunPay KOSELL Autorent

Windows desktop app for receiving FunPay orders, mapping lot titles to KOSELL games, creating rentals through KOSELL Public API v1, delivering credentials to FunPay chats, and polling Steam Guard codes.

Stack

  • Backend: FastAPI, asyncio, httpx, SQLAlchemy, SQLite
  • Frontend: React, TypeScript, Vite, Tailwind
  • Desktop shell: pywebview

Run

  1. Backend dependencies: py -3.11 -m pip install -r backend/requirements.txt
  2. Frontend dependencies: cd frontend && npm install
  3. Start backend only: py -3.11 -m uvicorn backend.app.main:app --reload --port 8876
  4. Start desktop shell: py -3.11 desktop.py

Notes

  • KOSELL API key is stored locally with Windows DPAPI.
  • FunPay integration requires a valid golden_key.
  • data/app.db is created on first start.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors