kpabellan / rakuten-offer-linker

Automatically links in store cashback offers on Rakuten.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rakuten Offer Linker

Automatically links in store cashback offers on Rakuten.

Configuration

You will need to provide your information in order for this program to run. All of this information will be stored locally on your machine.

Account

If you don't already have one, you will need to create a Rakuten account and link your cards.

User information

  1. Open the example.env file.
  2. Enter the correct information in the correct areas.
  3. Rename example.env to .env.

Starting

To start the program, open a terminal and run these commands:

  • Set directory to program directory:
    cd "C:/Path/To/Program/Folder"
  • Install the dependencies (you only have to do this once):
    npm install
  • Run with the following command:
    npm start

About

Automatically links in store cashback offers on Rakuten.


Languages

Language:JavaScript 98.3%Language:Shell 1.7%