Gamecube game hunting on Ebay

Chat, Off-topic, Research & Development etc
Post Reply
bekindpleaserewind
Posts: 5
Joined: Wed Dec 06, 2023 10:49 pm

Gamecube game hunting on Ebay

Post by bekindpleaserewind » Wed Dec 06, 2023 10:59 pm

I thought this open source program I wrote for myself would be useful to people who hunt for GC games on Ebay. In a nutshell, it automates monitoring the Ebay API for gaming related items you have configured it to monitor for.  It provides visual and audible notifications for new items matching your search criteria and gives you a significant advantage over manually monitoring the Ebay's webiste for new gamecube items.  It updates as often as every 60 seconds (depending on how many searches you have configured).  I published it on Github at https://github.com/bekindpleaserewind/gamefinder.  The newest release is at https://github.com/bekindpleaserewind/g ... r/releases.  I have it working on both Windows and Mac. Here is a screenshot to get an idea of what I'm talking about. If you have any questions, comments, etc. please let me know.

Image
User avatar
emu_kidid
Site Admin
Posts: 4927
Joined: Mon Mar 29, 2010 10:06 am
Location: Australia
Contact:

Re: Gamecube game hunting on Ebay

Post by emu_kidid » Wed Dec 06, 2023 11:53 pm

Pretty cool, I'd made similar ones for local websites too, but mine post notifications to Slack/IM platforms.
Image
bekindpleaserewind
Posts: 5
Joined: Wed Dec 06, 2023 10:49 pm

Re: Gamecube game hunting on Ebay

Post by bekindpleaserewind » Thu Dec 07, 2023 2:00 am

It has been mentioned this may be useful as well for Facebook Marketplace. May look into APIs for that. I had this posting to an sms gateway but found it not as useful as having immediate access from a computer so added the local popup/audio notifications.

Slack is a good idea, I'll probably add that in the setup wizard / settings!
bekindpleaserewind
Posts: 5
Joined: Wed Dec 06, 2023 10:49 pm

Re: Gamecube game hunting on Ebay

Post by bekindpleaserewind » Thu Dec 07, 2023 7:12 pm

I went ahead and added Slack webhook support this morning. It is available to enable in the settings menu now on the latest release at https://github.com/bekindpleaserewind/g ... 1.1.0-beta.
bekindpleaserewind
Posts: 5
Joined: Wed Dec 06, 2023 10:49 pm

Re: Gamecube game hunting on Ebay

Post by bekindpleaserewind » Sun Dec 10, 2023 8:33 am

Bugfix release https://github.com/bekindpleaserewind/g ... 1.1.1-beta

Also, I'm working on purchasing an EV code signing certificate so I can sign the binaries and get them trusted correctly on windows and mac. I will probably throw together a windows installer once that is done.
bekindpleaserewind
Posts: 5
Joined: Wed Dec 06, 2023 10:49 pm

Re: Gamecube game hunting on Ebay

Post by bekindpleaserewind » Fri Feb 16, 2024 8:09 am

Updated Gamefinder to now include the ability to modify search criteria!

The most recent version, v1.1.2-beta is at https://github.com/bekindpleaserewind/g ... 1.1.2-beta

Binary for Windows 11 is available and source for Windows and Mac is also usable.

I also wanted to point out you can run OR, AND as well as NOT searches on eBay to target specific lots of games.  For example, if you wanted to search for "(chrono trigger OR contra iii) AND NOT Super Famicom AND NOT CIB" you could use the following as search criteria: ("chrono trigger","contra iii") -famicom -cib

Combine this method of searching into a single configured platform to limit how many API calls you utilize since the eBay API currently limits the finding API to 5000 requests a day.

Future roadmap includes updating to the newer RESTful API and ditching the Finding API.
Post Reply