git404hub

what is gixenpy fr?

figurophobia/gixenpy — explained in plain English

Analysis updated 2026-05-18

2PythonAudience · developerComplexity · 2/5LicenseSetup · easy

tl;dr

An unofficial Python client and command line tool that automates eBay last second bidding through Gixen's website, since Gixen's public API is no longer open to regular users.

vibe map

mindmap
  root((gixenpy))
    What it does
      Automate Gixen sniping
      Schedule bids
      Manage snipes
    Tech stack
      Python
      Requests
      Click CLI
    Use cases
      Schedule eBay snipes
      Script sniping workflows
      Dry run testing
    Audience
      eBay sellers
      Developers
      Automation hobbyists

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Schedule an automatic last second bid on an eBay item through Gixen

VIBE 2

List, edit, or delete snipes you have already scheduled

VIBE 3

Automate eBay sniping from a script using the Python library

VIBE 4

Test a snipe safely in dry run mode before sending it for real

what's the stack?

PythonRequestsClick

how it stacks up fr

figurophobia/gixenpy0-bingwu-0/live-interpreter010zx00x1/faresnipe
Stars222
LanguagePythonPythonPython
Setup difficultyeasymoderateeasy
Complexity2/52/52/5
Audiencedevelopergeneralgeneral

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

Requires an existing Gixen.com account, install with pip and set your Gixen credentials as environment variables.

in plain english

gixenpy is a Python tool for people who use Gixen, a service that places automatic last second bids on eBay auctions, a practice often called sniping. Gixen used to offer a public API that other programs could talk to directly, but that API is now limited to regular users, so gixenpy gets around this by filling out and submitting Gixen's own website forms the same way a browser would, just without an actual browser window. It is not made by Gixen and is not affiliated with them, though the author checked Gixen's terms of use and found nothing that forbids this kind of automated access. With gixenpy you can schedule a snipe on an eBay item, list your current snipes, edit one, delete one, or clear out old finished ones, and it distinguishes between snipes that are still active, ones you won, and ones you lost rather than just calling everything finished. Each snipe can have a maximum bid, an offset in seconds before the auction ends, and a bid group, and when editing an existing snipe you only need to specify the parts you want to change. By default, adding a snipe runs in a dry run mode that shows what would be sent without actually sending it, which is a safe way to test things first. The project can be used either as a Python library inside your own scripts, with credentials being your Gixen account's, not eBay's, or as a standalone command line tool once you set your Gixen username and password as environment variables. It reads Gixen's web pages to find its forms rather than assuming fixed field names, so it keeps working even if Gixen changes small details of its site. It is careful about security too: requests are limited and reused rather than repeatedly logging in, and any form address it finds on the page is checked against Gixen's own domain before anything is sent to it. It is released under the MIT license and installable with pip.

prompts (copy fr)

prompt 1
Show me how to install gixenpy and schedule my first eBay snipe with it
prompt 2
Write a Python script using gixenpy to list all my active and won snipes
prompt 3
Explain how offset and bid group work when adding a snipe with gixenpy
prompt 4
How do I run gixenpy as a CLI tool with environment variables for my Gixen login?

Frequently asked questions

what is gixenpy fr?

An unofficial Python client and command line tool that automates eBay last second bidding through Gixen's website, since Gixen's public API is no longer open to regular users.

What language is gixenpy written in?

Mainly Python. The stack also includes Python, Requests, Click.

How hard is gixenpy to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is gixenpy for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.