Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Versalkul committed Jun 28, 2016
2 parents 08cfc10 + dcfe8cf commit 7a1bd4f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The WarframeMarketClient allows you to use [Warframe.Market](http://warframe.mar
- Change your orders, like mark them sold, change listings or add new listings

### What it can **not** do

- **Change the Offline/Online switch in your browser**
- Search for offers on the market

## Requirements
Expand All @@ -26,12 +26,13 @@ Just start the Executable file, like a portable program.
Before you can use the program you need to authenticate yourself.
Because you wouldnt want to give a program your username and password (looking at the people using steam to authenticate), I'm using the session-cookie instead.
The session-cookie is what the website uses to "remember you".
You need to obtain your cookie from the browser and copy-paste it in the session cookie textbox in the settings-tab and press save (or enter)
The session cookie will be only recognized as valid if the session the cookie is representing is logged in!

## How to get your session cookie
Usually you can find the cookie in your browser. Search for a cookie named *'session'* on warframe.market and copy its content.
[How to get your session cookie in firefox] (http://imgur.com/7tamenv)
[How to get your session cookie in chrome] (http://imgur.com/NddsKgc)
Start the application and insert the cookie into the Session-Token field.
[How to get your session cookie in firefox] (http://imgur.com/7tamenv)
[How to get your session cookie in chrome] (http://imgur.com/NddsKgc)

**Don't share this code with anyone as it allows full access to your account as long as you are logged in!**

Expand All @@ -42,7 +43,7 @@ Just download the new version and replace the executable.

## How to invalidate your session token
The program will offer to invalidate your session-cookie (log you out) when removing the files it created (button in settings tab).
If your browser still has this cookie it will **activate the same cookie** when you log in again with the cookie.
If your browser still has this cookie it will **reactivate the same cookie** when you log in again.
If you want a new cookie delete your cookie in the browser.

## License

0 comments on commit 7a1bd4f

Please sign in to comment.