All Projects → Flowm → MoneyWellSpent

Flowm / MoneyWellSpent

Licence: other
A script to summarize your money spent on Amazon

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to MoneyWellSpent

chef-handler-sns
Chef report handler to send Amazon SNS notifications on failures or changes.
Stars: ✭ 12 (-25%)
Mutual labels:  amazon
CommandShop
Players have to pay items or money to use specific commands! A PocketMine plugin.
Stars: ✭ 32 (+100%)
Mutual labels:  money
geeks-for-geeks-solutions
✅ My own Amazon, Microsoft and Google SDE Coding challenge Solutions (offered by GeeksForGeeks).
Stars: ✭ 246 (+1437.5%)
Mutual labels:  amazon
Auto-Make-Money
沪、深、创业板可转债自动打新 / An easy tool to help investors from Shanghai/Shenzhen Stock Market to apply for new-listed convertible bonds automatically.
Stars: ✭ 62 (+287.5%)
Mutual labels:  money
magento2-extension
eBay / Amazon / Walmart Integration for Magento v2.x.x
Stars: ✭ 57 (+256.25%)
Mutual labels:  amazon
wire
FedWire funds service file parser and writer. The HTTP server is available in a Docker image and the Go package is available.
Stars: ✭ 52 (+225%)
Mutual labels:  money
PlanSum
[AAAI2021] Unsupervised Opinion Summarization with Content Planning
Stars: ✭ 25 (+56.25%)
Mutual labels:  amazon
ioBroker.cloud
Enable access to ioBroker from internet
Stars: ✭ 36 (+125%)
Mutual labels:  amazon
SimpleTypes
The universal PHP library to convert any values and measures (money, weight, currency converter, length, etc.).
Stars: ✭ 56 (+250%)
Mutual labels:  money
currency-conversion
Convert Money Amounts between currencies.
Stars: ✭ 19 (+18.75%)
Mutual labels:  money
storage-abstraction
Provides an abstraction layer for interacting with a storage; the storage can be local or in the cloud.
Stars: ✭ 36 (+125%)
Mutual labels:  amazon
debitum
free and libre IOU tracker for Android
Stars: ✭ 42 (+162.5%)
Mutual labels:  money
mapbox-assistant-example
Examples of Amazon Echo, Google Home, and other bots interacting with Mapbox services.
Stars: ✭ 15 (-6.25%)
Mutual labels:  amazon
map-kit-android
An extensive framework for map development in Android.
Stars: ✭ 44 (+175%)
Mutual labels:  amazon
react-numeric
A react component for formatted number form fields
Stars: ✭ 30 (+87.5%)
Mutual labels:  money
Spiderpig86
💎 Me. This is a self-updating README. Star it if you like it :)
Stars: ✭ 40 (+150%)
Mutual labels:  amazon
EasyMoney-Widgets
The widgets (EditText and TextView) for support of money requirements like currency, number formatting, comma formatting etc.
Stars: ✭ 91 (+468.75%)
Mutual labels:  money
tudien
Từ điển tiếng Việt dành cho Kindle
Stars: ✭ 38 (+137.5%)
Mutual labels:  amazon
HADailySensor
Sensor for Home Assistant that gets reset at midnight
Stars: ✭ 20 (+25%)
Mutual labels:  sum
wishlist
Read an Amazon wishlist programmatically with Python
Stars: ✭ 44 (+175%)
Mutual labels:  amazon

MoneyWellSpent - How much did you spend on Amazon?

A script to summarize your money spent on amazon.{de,com,co.uk,fr}

As someone who considers himself as some kind of Amazon poweruser with quite a few orders during the last years, I have always wondered how much money I actually spent there.

As Amazon officially doesn't seem to offer an option to display the total amount spent, I wrote a simple ruby script, which logs into the Amazon site (amazon.de, amazon.com, amazon.co.uk, amazon.fr) and iterates the pages of your order history to sum up the individual orders. After it reaches the last page it displays the total amount.

Requirements

To install the gems: gem install mechanize highline

Usage

Simply execute ruby moneywellspent.rb

If you didn't supply any configuration via commandline options or configfile (~/.moneywellspentrc), the script interactively asks you about the required information:

$ ruby moneywellspent.rb
Enter the site to be summed up:  amazon.com
Enter your amazon.com username:  [email protected]
Enter your amazon.com password:  ************
Enter the year to be summed up: 2013
Logging in to amazon.de
Retrieving order history..
1334.00
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].