Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/agusmakmun/ebayscraper


https://github.com/agusmakmun/ebayscraper

django ebay ebay-scraper ebayscraper scraper

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

ebayscraper :raised_hands:
===========================

Simply ebay scraper app on Django.

![homepage](__screenshot/1.png)

![cart](__screenshot/2.png)

![payment](__screenshot/3.png)

### Instalation

I assume you already setup your django development with virtual enviroment (virtualenv).

**1. Create virtual enviroment and activate it.**

```
$ virtualenv --python=/usr/bin/python3 yourenv
$ source bin/activate
```

**2. Cloning this project**

```
$ git clone [email protected]:agusmakmun/ebayscraper.git
```

**3. Install all requirements**

```
$ pip install -r requirements.txt
```

**4. Database migrations**

```
$ ./manage.py makemigrations
$ ./manage.py migrate
```

**5. Run the server**

```
$ ./manage.py runserver
```