issues
search
woctezuma
/
steam-market
Find arbitrages on the Steam Market.
MIT License
160
stars
18
forks
source link
Refactoring
#51
Closed
woctezuma
closed
1 year ago
woctezuma
commented
1 year ago
Use
str
for appIDs, instead of
int
(which were converted to
str
when loaded from / saved to JSON)
Move utilitary functions to
src/
Fix errors raised by
mypy
Fix issues raised by
refurb
Lint and format with
ruff
Fix grammar and typos
Trim README
Update some data snapshots
str
for appIDs, instead ofint
(which were converted tostr
when loaded from / saved to JSON)src/
mypy
refurb
ruff