Skip to content
TORNLIFE More

TornPrice

Started by kotek [2335167] on in Tools & Userscripts.

1 replies · 333 views · thread synced · 3 days ago · View on torn.com
About this thread

Posts archived: 2 / 2 posts (100%) · the total is Torn's reply count + the opening post at the last fetch

Counted by TornLife from the archived posts.

Archived posts
2
Discussion span
→
People posting
1
Likes on archived posts
4
Authority score
35 / 100
Historical score
19 / 100
Story score
27 / 100
Engagement score
47 / 100
kotek [2335167]
Sup.

Every once in a while I have to list an item on the market.
To find a price I need to switch between two tabs: one has an item market with the listings for this item, the second one is used to create a listing.
Anyway, I decided to play with an API as my personal project and ended up writing this script in Python.

What it can do:
- List 20 lowest prices for an item (using its name or an ID)
- Calculate the networth of plushies/flowers in your inventory
- Check which items do you need for a complete flowers/plushies set
- Compare flower/plushie set prices to the price of 10 points.

It is a simple Python script, so it doesn't have any GUI.
Written and tested on Linux, using Python 2.6.5. If something doesn't work - message me.

Otherwise, read the README, get help using a --help option.

https://github.com/kotek14/tornprice
kotek [2335167]
Update:

Version 1.8


Moved the script to Python 3
Added commas to number output
Implemented some error handling
Fixed some stuff