Skip to content

Animal Crossing: New Horizons Turnip Exchange Scraper Service

Notifications You must be signed in to change notification settings

yetone/turnip-scraper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Animal Crossing: New Horizons Turnip Exchange Alert Service

Allows you to set criteria for islands that pop up on the Turnip Exchange, if the price goes over and certain threshold and the amount of players in queue are lower the your criteria receive a sound notification with information in text form. The command prompt will also give you the link to the island on Turnip Exchange to copy and paste into your browser for quick queueing.

Requirements:

  • Python 3 + packages in requirements.txt

Usage:

pip install -r requirements.txt
python turnip-scraper.py -p <price> -q <queue> -t <timeinterval>
  • -t: Time interval to check Turnip Exchange server in seconds
  • -p: Price to alert on if island price is greater than
  • -q: Queue to alert on if island queue is less than

About

Animal Crossing: New Horizons Turnip Exchange Scraper Service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%