Giter VIP home page Giter VIP logo

szukaj-id's Introduction

A website that allows you to check someones ingame stats!

No one likes to manualy check someones profiles on major platforms to find out who they are, so we made a website for that Open-source, without any annoying ads and tracking!

Demo

stalkerdemo

Running the server:

  1. Make sure to have a Python 3.10+ interpreter installed on your machine,

  2. Create an api_keys.py file in the same directory as this file with the following content:

    steam_api_key = ""<br> riot_api_key = ""<br> fortnite_api_key = ""<br> hypixel_api_key = ""<br>

    Now insert your api keys into the api_keys.py file.

    Your can get them from: https://steamcommunity.com/dev/apikey https://developer.riotgames.com https://dash.fortnite-api.com/account https://api.hypixel.net/#section/Authentication

  3. Enter the project directory in your operating systems terminal and run:

On powershell (windows):

  1. pip install venv // install virtual enviroment
  2. python3 -m venv venv // create virtual environment
  3. ./venv/scripts/activate // activate
  4. pip install -r requirements.txt // install requirements
  5. uvicorn main:app --reload --port 80 // run server

On bash (linux/mac):

  1. pip install venv // install virtual enviroment
  2. python3 -m venv venv // create virtual environment
  3. source venv/bin/activate //activate
  4. pip install -r requirements.txt // install requirements
  5. Delete line 15 in main.py
  6. uvicorn main:app --reload --port 80 // run server

For running the image_cropper.py script use pip install Pillow

Build with Fast API Every api request uses an aiohttp session

szukaj-id's People

Contributors

radekaadek avatar xkristofx avatar deepsourcebot avatar xertaq avatar

Watchers

 avatar

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.