https://github.com/oeo/poe-currency
automatically determine profitable currency flipping rates and re-configure your poe.trade shop settings
https://github.com/oeo/poe-currency
Last synced: 2 months ago
JSON representation
automatically determine profitable currency flipping rates and re-configure your poe.trade shop settings
- Host: GitHub
- URL: https://github.com/oeo/poe-currency
- Owner: oeo
- Created: 2018-04-23T22:13:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-24T03:58:13.000Z (about 7 years ago)
- Last Synced: 2025-01-25T22:22:07.656Z (4 months ago)
- Language: CoffeeScript
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## poe-currency
`poe-currency` is a script designed to automatically determine profitable
currency flipping rates and re-configure your poe.trade shop settings on
a configurable interval.## prerequisites
- `node` (5.0.0)
- `npm`## quick start
### install iced and dependencies
```
sudo npm i iced-coffee-script -g
cd ./poe-currency
npm i
```### modify configuration options
```
vim ./conf.iced
```### run script
```
./run
```