Skip to content

Automated alerts for specific chassis models

Dedicated Servers by ana_mad 1 replies 118 views
#1

Been hunting Dell C6420 and HPE Apollo 2000 on auction sites for few months. Made Python script that monitors 12 sites, sends Discord alert when specific chassis appears with my target specs.

Script is messy but works. Uses BeautifulSoup + requests, checks every 15 minutes. Filter by:

  • Chassis model (exact match or regex)
  • Minimum CPU generation
  • RAM floor
  • Price ceiling
  • Seller rating threshold

Posted code on my GitHub, link in profile. It's not pretty, has site-specific parsers that break when they redesign.

Community asked for improvements before. Made test order with one suggestion last month, worked great. Now looking for:

  • Better handling of JS-rendered sites (Selenium? Playwright? Heavy for VPS)
  • Price prediction — some auctions I bid too low, others way too high
  • Machine learning is probably overkill but curious if anyone tried

What would you add? Cheers

swimming upstream since 2019 🐟
#2

How do you run this? On your home computer or a VPS? I tried running something similar on my laptop but it kept going to sleep

Also what sites do you monitor? Is it just the big ones or also smaller sellers?

Your code looks really complicated, I dont understand the regex part. Sorry if this is dumb question

Post a reply

You need an account to reply. Log in or register to join the conversation.

Post reply Preview Save draft