Skip to content

A script that constantly checks for new items on eBay (provided by a url)

Notifications You must be signed in to change notification settings

josue-rojas/newly-listed-ebay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

new-ebay-items

A script that constantly checks for new items (provided by a url for now)

Python needs

  • tested in python 3 and 2.7
  • beautifulsoup4
  • requests
  • terminal-notifier
  • mac cause of notifier.....

Usage:

###########
# DEFAULTS
# url = 'https://www.ebay.com/sch/i.html?_from=R40&_sacat=0&_ipg=50%27&_nkw=yeezy+boost+350+v2&_sop=10'
# phone_num = ''
# sleep_time = 60
# message = False
# open_links = False
# also defaults always notifies, might disable this later and make it an option....
###########
# -m --message: flag to allow send message of new founding
# -p --phone: phone number to send the message (you can also change defaults in python file instead)(this does not turn on messages, you still need -m)
# -u --url: ebay url of new listings (it is much easier to change default in py file (also make sure url is for new listings))
# -s --sleep: change default sleep time, default is 60sec (or change in py file)


# run script with defaults (changed defaults in py file)
python script.py

# run script w/ defaults and open links automatically
python script.py -o

# run script with phone number messages and different phone from default (w/ default url)
python script.py -m -p 1234567890

# run script with different url (no messages)
python -u  https:\/\/www.ebay.com\/sch\/i.html?_from=R40\&_sacat=0\&_ipg=50%27\&_nkw=yeezy+boost+350+v2\&_sop=10

# run python with different sleep_time (everything else is default)
python -s 30

Things used (credit & cool things)

TODO

About

A script that constantly checks for new items on eBay (provided by a url)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages