Skip to content
This repository has been archived by the owner on Mar 6, 2021. It is now read-only.
/ eft-qt Public archive

escape from tarkov items association with quests, hideout, crafting

Notifications You must be signed in to change notification settings

Lindeneg/eft-qt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EFT Quest Items

A simple learning project to humbly learn and intergrate React/Django as frontend and backend, respectively.

The project is still in it's infancy and although it does work, it can be improved on almost every aspect.

As of now, only "loot" items are webscraped. Weapons, armour and so on is not (it will be included however)

I've failed a lot and I've learned a lot - so I'll keep failing, so I can keep learning! It has certainly been fun.

Usage

Requires Python 3.8 and Node.js

$ git clone https://github.com/Lindeneg/eft-qt.git && cd eft-qt/backend

# In a new virtual enviroment

$ (env) python -m pip install -r requirements.txt

$ (env) cd src && python manage.py migrate

$ (env) python manage.py runserver
# In a new shell

$ cd scraper

# In a new virtual enviroment

$ (env) python -m pip install -r requirements.txt

$ (env) python -c "from scraper import Scraper; scraper=Scraper(); scraper.update_items(); scraper.update_backend();"

# Deactivate virtual enviroment

$ (env) deactivate

$ cd ../frontend && npm install

$ npm start

Pictures

Front Page

Item Page 1

Search Page

About

escape from tarkov items association with quests, hideout, crafting

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published