Coder Social home page Coder Social logo

ebay_research's Introduction

Genius Bidding

Web App to analyze market places on eBay

Functionality:

  • Explore eBay market places using 9 item filters to get a variety of statistics, plots, datasets as well as photos and links to the most popular items.
  • Set specific searches to run at regular intervals to track statistics over time.
  • Track prices and market indicators through customized and automated search results.
  • Gain insights into top sellers, how they're marketing their products, and important trends.
  • Download unique data sets with 50+ variables.
  • User registration, authentication, and automated email notifications.

Note: if you are going to use Genius Bidding, make sure you abide by eBay's API terms and conditions.

About Genius Bidding:

I built Genius Bidding in 2019 as a personal project and hosted it on AWS elastic beanstalk for a couple of months. Backend is written in Python with vanilla JS, HTML, and CSS on the front.

When hosted, Genius Bidding used the following technologies:

  • Flask, sqlAlchemy
  • PostgreSQL
  • AWS: S3, Elastic Beanstalk, Route 53, RDS
  • cron - for running recurring searches
  • Sentry

The UI

Landing Page

Site Landing Page

Search Page

Search Page

Search Page w/ Results

Results Page

Account Page w/ search history

Account Page

Trends Page

Trends Page

Login Page

Login Page

To run locally:

Set the following ENV variables:

export APP_SETTINGS=development
export EBAY_API="YOUR_EBAY_API_KEY"
export FLASK_ENV=development
export SECRET_KEY="A_SECRET_KEY_FOR_FLASE"
export DATABASE_URL="postgresql://localhost/ebay_research" # set up your local DB
export FLASK_APP=run.py
export [email protected]
export MAIL_PASSWORD=email_password
export MAIL_SERVER=smtp.gmail.com
export MAIL_USE_TLS=1
export MAIL_PORT=587
export [email protected]
export AWS_SECRET_ACCESS_KEY=SECRET_KEY_IF_USING_AWS
export AWS_ACCESS_KEY_ID=AWS_ACCESS_KEY_IF_USING
export S3_DIRECTORY=S3_DIRECTORY_IF_USING

ebay_research's People

Contributors

slevin886 avatar

Watchers

Matej Ramuta 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.