Git Product home page Git Product logo

evecharactersearch's Introduction

Eve Character Search

preview

Eve Character Search is at the front a dynamic webpage that allows searching a live database of eve online character sales from the Character Bazaar Forums, and a scraping tool that monitors the forums and scrapes detailed information on the character for sale into a database for the webpage.

ECS leverages Django and BeautifulSoup.

Getting Started

OS X

Make sure Xcode Command Line Tools installed and up to date.

$ xcode-select --install

Use Homebrew to install pyenv and virtualwrapper.

$ brew install pyenv-virtualenvwrapper

Use pyenv to install a python to use with virtualwrapper.

$ pyenv install 2.7.12
$ pyenv global 2.7.12

Configure your shell session for use with virtualenvwrapper.

$ export PYENV_ROOT=/usr/local/var/pyenv
$ eval "$(pyenv init -)"
$ pyenv virtualenvwrapper

Create a new virtualenv for EveCharacterSearch.

mkvirtualenv -r requirements.txt eve
workon eve

Start a local instance of EveCharacterSearch.

cp ./evecharsearch/settings_example.py ./evecharsearch/settings.py
python manage.py makemigrations
python manage.py migrate
python manage.py update_api
python manage.py scrape_threads # use --pages to scrap more than 1 page
python manage.py runserver

MIT © shughes-uk et al

evecharactersearch's People

Contributors

lexicalunit avatar shughes-uk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

evecharactersearch's Issues

Improve changelog

Convert it to an expandable dropdown with the first row always visible

Support permalinks

This will most likely involve an overhaul moving away from using just a simple html form.

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.