Skip to content

ivy00johns/TurnipExchangeTopPrices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Welcome fans of Turnip.Exchange!!!

As an avid fan of "Animal Crossing: New Horizon" I find myself on Turnip Exchange pretty much daily checking the current Turnip Prices.

Initially I would manually grab the Turnip Prices, sort them using CyberChef, manually generate a Slack message and share it in the "Animal Crossing" Slack Channel at work.

As an Automation Engineer though, I knew I could do so much better, so I created the following Selenium based script that manipulates the UI and grabs the data I need.

PLEASE NOTE

  • This is the ALPHA version of the script. More details will be added.
  • You will need Google Chrome v81+.

SETUP

  1. mvn clean install

  2. Run the main() function.

  3. Example output:

     Number of Islands: 111
    
     **Turnip.Exchange** prices over 600 :bells:
     -------------------------------------------
     - :ac-turnip: price: 649 :bells:
     - :ac-turnip: price: 620 :bells:
     -------------------------------------------
     Time: 2020-07-22 16:18:35.374
    

CUSTOMIZATION

You can customize the Turnip Price threshold and Slack Emojis that are used.

  1. Open src/main/java/GenerateTurnipExchangeTopPrices.java.

  2. Update the following variables:

    • MIN_TURNIP_PRICE
    • TURNIP_SLACK_EMOJI_ALIAS
    • BELLS_SLACK_EMOJI_ALIAS

TODO

  • Retrieve additional details:

    • Link to the Island queue
    • Island details
    • Current queue

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages