Giter Site home page Giter Site logo

margonomia's Introduction

Margonomia

Web app and periodically running bot providing price history for in-game auction items inside Margonem MMORPG.

It was up for a year on https://margonomia.pl

Showcase

Bot

Bot showcase

Web App

Web app showcase

Installation

First clone this repo:

$ git clone https://github.com/brun0ne/margonomia

Install Python. This code was tested on Python 3.8.

Bot

To run the bot, install Chrome and put the right version of chromedriver into /bot. To start it, run inside /bot:

$ python3 -m pip install -r requirements.txt
$ python3 bot.py

By default it will open a browser window, but it can also run in headless mode. Just uncomment this line in bot.py:

chrome_options.add_argument("--headless")

You also have to edit the USERNAME and PASSWORD variables and position your bot correctly as shown in the first GIF.

Web App

To start the server run these commands inside /webserver:

$ python3 -m pip install -r requirements.txt
$ python3 server.py

Ethics

Garmory (the company running Margonem) generally doesn't like bots, but this one was made only to gather anonymous, public data which can be later used for same academic studies. It doesn't automate any relevant part of the game and doesn't use up much of Margonem's resources - it's only one player checking auctions once in a while.

In any case, bots of any kind are not allowed in Margonem, so if you run Margonomia, you do it at your own responsibility and risk a ban.

License

This project is licensed under the terms of the MIT license.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.