Skip to content

DeviNoles/swappa.com-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swappa Python API

Here's a Python package to access data from Swappa.

https://swappa.com/

To-Do

  • Organize retrieved data into JSON
  • Local
  • Add url's of listing into returned JSON object
  • Carrier
  • Brand
  • Top Menu Search
  • Seller API
  • Documentation

Linux / OS X

cd swappa
source bin/activate
pip3 install -r bin/requirements.txt

Windows

cd swappa
pip3 install -r bin/requirements.txt

code is in src/Swappa.py

DOCUMENTATION

Here is what works so far

bs = Swappa();
print(bs.search("iphone 7"));
print(bs.local("phoenix")); #from https://swappa.com/local and some acronyms (nyc, phnx, sd, etc)

open issues pls

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published