UnderAnder / funpay-undercutter

Undercutting offers at https://funpay.ru

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Funpay-undercutter

Undercutting game currency offers at https://funpay.ru

Table of Contents

Requirements

  • python (3.8+)

Installation

git clone https://github.com/UnderAnder/funpay-undercutter.git
cd funpay-undercutter
python setup.py install

Usage

Basic:

funpay-undercutter <"Game with region">
> funpay-undercutter "World of Warcraft RU, EU"
  
  ===== World of Warcraft RU, EU =====
1. Update data
2. Undercut all offers
3. Change offer
0. Exit

Undercutting the price of all your offers every 10 minutes:

Setup cookie with system variables: FUNPAY_PHPSESSID, FUNPAY_GOLDEN

  • MacOS, GNU/Linux:
    export FUNPAY_PHPSESSID = "<YOUR PHPSESSID>"
    export FUNPAY_GOLDEN = "<YOUR GOLDEN_KEY>"

Setup cron task:

> crontab -e
>> */10 * * * * funpay-undercutter "World of Warcraft RU, EU" -a

Support

Please open an issue for support.

Contributing

Please contribute using Github Flow. Create a branch, add commits, and open a pull request.

License

GNU GPLv3. See LICENSE for the full details.

About

Undercutting offers at https://funpay.ru

License:GNU General Public License v3.0


Languages

Language:Python 100.0%