joseph-gerald/py-pokernow — reverse-engineered prompt
Reverse engineered prompt
Build me a small Python library that makes it easy to manage a PokerNow club without manually clicking around the website.
I want to log in with a PokerNow apt token, fetch a club by its slug, see the club name, players, games, chip balances, and transactions, then do common admin actions from Python. It should let me add or remove chips for a player, send chips to another player, change a player’s role or credit limit, update club settings like ledger visibility and rules, and create or close poker games with options like blinds, max players, game type, decision time, time bank, straddle, and run it twice.
Please make the API feel simple, with classes for the session, club, player, game, transactions, and game config. Include a quick start example, package setup so it can be installed with pip, and a clear note that playing hands at the table is not supported. Also include a short guide for getting the apt token from cookies and an optional OTP login helper if possible.
Want more depth? Deep Reverse