Skip to content

rtorresve/ebaytest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ebaytest

Working Environment

You have several options in setting up your working environment. I recommend using virtualenv to separate the dependencies of your project from your system's python environment.

If on Linux or Mac OS X, you can also use virtualenvwrapper to help manage multiple virtualenvs across different projects.

Installation of Dependencies

$ pip install -r requirements.txt

Run Script

Into 'testproject' folder run:

$ python main.py #OPTIONS

or

$ ./main.py #OPTIONS

Customize Shell Script

To change the shell script to get the ebay categories you use the shell script file 'get_categories.sh' into folder "testproject/scripts"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published