Skip to content

Commit

Permalink
📝 Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
notpidgey authored Dec 16, 2019
1 parent 6102a9b commit 1ba6fa9
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# MarketStalker #
Market Stalker is a tool that uses the Warframe.Market API to find the cheapest prices with an optimized, easy to use, and lightweight interface created by me ^_^

I first joined the guild in January 1st of 2019 without knowing C# and thought
I first joined the guild in January 1st of 2019 without knowing C# or really any programming languages and thought
this would be a great way to show off my knowledge of C#, XAML, and JSON and what I have learned so far.
Thank you for taking your time to open this repository.

Expand Down Expand Up @@ -31,6 +31,12 @@ Enjoy.

► Show Non-Matching Items will ignore DataOptions and display items that don't match as False under the "Matches" column.

### Task Options ###

► Recent Listings Parse will go through the most recent listings API results once and display matched results.

► Continuous Search will refresh the most recent listings API every 5 seconds, check for new results and finally display them.

### Items ###

► Column 1 displays checkboxes which you can check to select your wanted items.
Expand All @@ -41,6 +47,8 @@ Enjoy.

### Collected Data ###

Selecting any row and pressing ctrl+c will allow you to copy a clipboard message to send to the seller.

► ID displays digits 5-9 of the order ID.

► Item displays the Item name.
Expand All @@ -64,6 +72,14 @@ Enjoy.

► Outputs all the found listings with the item, price, and price difference.

# Use Example #

This is how I like to use the application to get the most use out of my time and obtain the best results.

1. Check Watch All Items
2. Click Continuous Search
3. Sort DataGrid by discount
4. Check every couple of minutes to find good deals.

# Thank You #
The C# Guild for helping me, encouraging me to optimize my code, and make better decisions. ~~And for giving me a place to shitpost~~ And you for taking the time to checkout my project :D

0 comments on commit 1ba6fa9

Please sign in to comment.