├── .gitignore └── readme.md /.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- 1 | # List of Python API Wrappers 2 | 3 | Hi. Below you will find a list of web services along with links to their docs and Python wrappers/libraries. 4 | 5 | ### [3taps](https://3taps.com/) - Data Exchange 6 | - [API Documentation](http://docs.3taps.com/) 7 | - [Python wrapper for 3taps](https://github.com/mkolodny/3taps) 8 | 9 | ### [Alexa Web](http://www.alexa.com/) - Web traffic data 10 | - [API Documentation](http://docs.aws.amazon.com/AlexaWebInfoService/latest/) 11 | - [Python wrapper for Alexa Web](https://github.com/muhuk/python-awis) 12 | 13 | ### [Amazon](http://www.amazon.com/) - Online Shopping 14 | - [API Documentation](http://docs.aws.amazon.com/AWSECommerceService/latest/DG/Welcome.html) 15 | - [Python wrapper for Amazon.com](https://github.com/yoavaviram/python-amazon-simple-product-api) 16 | 17 | ### [Amazon Product API](http://docs.aws.amazon.com/AWSECommerceService/latest/DG/Welcome.html) - Amazon's product catalog 18 | - [API Documentation](http://docs.aws.amazon.com/AWSECommerceService/latest/DG/CHAP_ApiReference.html) 19 | - [Python wrapper](https://github.com/asherAgs/amzSear) 20 | 21 | ### [Amazon S3](https://aws.amazon.com/s3/) - Cloud storage 22 | - [API Documentation](https://aws.amazon.com/documentation/s3/) 23 | - [Python wrapper](https://github.com/jpetrucciani/bucketstore) 24 | 25 | ### [Amazon SQS](https://aws.amazon.com/sqs/) - Managed Queue Service 26 | - [API Documentation](https://aws.amazon.com/documentation/sqs/) 27 | - [Python wrapper](https://github.com/jpetrucciani/qoo) 28 | 29 | ### [AWS](http://aws.amazon.com) - Cloud computing platform 30 | - [API Documentation](http://aws.amazon.com/documentation/) 31 | - [Python wrapper for AWS](https://github.com/boto/boto3) 32 | 33 | ### [AWS - Amazon Simple Workflow](http://aws.amazon.com/swf/) - Orchestration service for building scalable distributed applications 34 | - [API Documentation](http://aws.amazon.com/documentation/swf/) 35 | - [Python wrapper for Amazon Simple Workflow](http://github.com/xethorn/garcon) 36 | 37 | ### [American Fuzzy Lop / AFL](http://lcamtuf.coredump.cx/afl/) - Fuzzer that employs genetic algorithms in order to efficiently increase code coverage of the test cases 38 | - [API Documentation](http://lcamtuf.coredump.cx/afl/) 39 | - [Python wrapper](https://github.com/shellphish/fuzzer) 40 | 41 | ### [Archive.is](http://archive.is/) - time capsule for web pages 42 | - [API Documentation](http://mementoweb.org/depot/native/archiveis/) 43 | - [Python wrapper](https://github.com/pastpages/archiveis) 44 | 45 | ### [Archive.org](http://archive.org/) - Internet Archive 46 | - [API Documentation](http://archive.org/help/json.php) 47 | - [Python wrapper for archive.org](https://pypi.python.org/pypi/internetarchive) 48 | 49 | ### [Arista EOS](https://www.arista.com/en/products/eos) - Network Operating System 50 | - [API Documentation](http://aristanetworks.github.io/EosSdk/docs/1.6.0/ref/) 51 | - [Python wrapper](https://github.com/arista-eosplus/pyeapi) 52 | 53 | ### [ARK](https://ark.io/) - Blockchain Solutions 54 | - [API Documentation](https://github.com/Highjhacker/pythark) 55 | - [Python wrapper](https://github.com/Highjhacker/pythark) 56 | - [Blog Post](https://blog.ark.io/pythark-python-api-wrapper-for-ark-f90d632a5a0e) 57 | 58 | ### [ArrayFire](http://arrayfire.com/) - high performance library for parallel computing 59 | - [API Documentation](http://www.arrayfire.com/docs/index.htm) 60 | - [Python wrapper](https://github.com/arrayfire/arrayfire-python) 61 | 62 | ### [Ascribe](https://www.ascribe.io) - Register and License Intellectual Property 63 | - [API Documentation](http://docs.ascribe.apiary.io) 64 | - [Python wrapper](https://pypi.python.org/pypi/ascribe/0.0.7.dev1) 65 | 66 | ### [Authorize.net](https://www.authorize.net/) - Payment gateway 67 | - [API Documentation](https://developer.authorize.net/api/) 68 | - [Python wrapper](http://authorize-sauce.readthedocs.io/en/latest/) 69 | 70 | ### [Azure](https://azure.microsoft.com/) - Cloud computing platform 71 | - [API Documentation](https://azure.microsoft.com/en-us/develop/python/) 72 | - [Python wrapper](https://github.com/Azure/azure-sdk-for-python) 73 | 74 | ### [Backblaze](https://www.backblaze.com/) - cloud backup and storage provider 75 | - [API Documentation](https://www.backblaze.com/b2/docs/) 76 | - [Python wrapper](https://github.com/sibblegp/b2blaze) 77 | 78 | ### [Balanced](http://www.balancedpayments.com) - Payments for Marketplaces 79 | - [API Documentation](https://docs.balancedpayments.com/current/api) 80 | - [Python wrapper for Balanced](https://github.com/balanced/balanced-python) 81 | 82 | ### [Bearer.sh](http://www.bearer.sh) - API integrations platform 83 | - [API Documentation](https://docs.bearer.sh/integration-clients/python) 84 | - [Python wrapper](https://github.com/Bearer/bearer-python) 85 | 86 | ### [BigML](https://bigml.com/) - Machine Learning Made Easy 87 | - [API Documentation](https://bigml.com/developers) 88 | - [Python wrapper for BigML](https://github.com/bigmlcom/python) 89 | 90 | ### [Bing](http://www.bing.com) - Microsoft search engine 91 | - [API Documentation](http://www.bing.com/dev/en-us/dev-center) 92 | - [Python wrapper for Bing search](https://code.google.com/p/pybing/) 93 | 94 | ### [Bitcoin](http://www.bitcoin.com/) - Open source P2P money 95 | - [API Documentation](https://en.bitcoin.it/wiki/API_reference_(JSON-RPC)#Python) 96 | - [Python wrapper for Bitcoin](https://github.com/laanwj/bitcoin-python) 97 | 98 | ### [Bitly](http://www.bitly.com/) - URL shortener 99 | - [API Documentation](http://dev.bitly.com/get_started.html) 100 | - [Python wrapper for bit.ly](https://github.com/bitly/bitly-api-python) 101 | 102 | ### [Bitstamp](https://www.bitstamp.net/) - Buy and sell bitcoins 103 | - [API Documentation](https://www.bitstamp.net/api/) 104 | - [Python wrapper for Bitstamp](https://github.com/unwitting/bitstampy) 105 | 106 | ### [Blogger](http://blogger.com/) - Blog-publishing service 107 | - [API Documentation](https://developers.google.com/blogger/) 108 | - [Python wrapper for Blogger](http://code.google.com/p/python-blogger/) 109 | 110 | ### [Box](https://www.box.com/) - Online file sharing 111 | - [API Documentation](http://developers.box.com/) 112 | - [Python wrapper for Box](https://github.com/box/box-python-sdk) 113 | 114 | ### [Braintree](https://www.braintreepayments.com/) - Accept Payments Online 115 | - [API Documentation](https://www.braintreepayments.com/developers) 116 | - [Python wrapper for Braintree](https://github.com/braintree/braintree_python) 117 | 118 | ### [Buildkite](https://www.buildkite.com/) - Continuous Integration 119 | - [API Documentation](https://buildkite.com/docs/apis/rest-api) 120 | - [Python wrapper for Buildkite](https://github.com/pyasi/pybuildkite) 121 | 122 | ### [Carriots](https://www.carriots.com) - M2M Application Platform 123 | - [API Documentation](https://www.carriots.com/documentation/api) 124 | - [Python wrapper for Carriots](https://github.com/sdeancos/clicarriots) 125 | 126 | ### [Challonge](https://challonge.com) - Tournament Brackets 127 | - [API Documentation](https://challonge.com/api) 128 | - [Python wrapper for Challonge](https://github.com/ZEDGR/pychal) 129 | 130 | ### [Chargify](http://chargify.com) - Recurring billing application 131 | - [API Documentation](http://docs.chargify.com/api-introduction) 132 | - [Python wrapper for Chargify](https://github.com/hindsightlabs/chargify-python) 133 | 134 | ### [Close.io](http://close.io) - Sales communication platform 135 | - [API Documentation](http://developer.close.io) 136 | - [Python wrapper for Close.io](https://github.com/elasticsales/closeio-api/) 137 | 138 | ### [Coinbase](https://www.coinbase.com) - Bitcoin Wallet 139 | - [API Documentation](https://coinbase.com/api/doc.html) 140 | - [Python wrapper for Coinbase](https://github.com/sibblegp/coinbase_python) 141 | 142 | ### [CoinPayments](https://www.coinpayments.net/) - checkout system for cryptocurrencies 143 | - [API Documentation](https://www.coinpayments.net/apidoc) 144 | - [Python wrapper](https://github.com/DogFive/pyCoinPayments) 145 | 146 | ### [Countries](https://restcountries.eu/#rest-countries) - Country Information 147 | - [API Documentation](https://restcountries.eu/#api-endpoints) 148 | - [Python wrapper for REST Countries](https://github.com/leonkozlowski/python-countries) 149 | 150 | ### [Craigslist](http://www.craigslist.org/) - Classified advertisements 151 | - [API Documentation](https://github.com/juliomalegria/python-craigslist) 152 | - [Python wrapper](https://github.com/juliomalegria/python-craigslist) 153 | 154 | ### [Delicious](http://www.delicious.com) - Social bookmarking service 155 | - [API Documentation](https://delicious.com/help/api) 156 | - [Python wrapper for Del.icio.us](http://www.xml.com/pub/a/2004/11/10/delicious.html) 157 | 158 | ### [Discogs](http://www.discogs.com) - Marketplace for Music on Vinyl, CD.. 159 | - [API Documentation](http://www.discogs.com/developers/) 160 | - [Python wrapper for Discogs](https://github.com/discogs/discogs_client) 161 | 162 | ### [Discord](https://discordapp.com/) - All-in-one voice and text chat for gamers 163 | - [API Documentation](https://discordapp.com/developers) 164 | - [Python wrapper for Discord](https://github.com/Rapptz/discord.py) 165 | 166 | ### [Discourse](http://www.discourse.org/) - Civilized discussion 167 | - [API Documentation](https://meta.discourse.org/t/discourse-api-documentation/22706) 168 | - [Python wrapper](https://github.com/bennylope/pydiscourse) 169 | 170 | ### [Disqus](http://www.disqus.com/) - Blog comment hosting service 171 | - [API Documentation](http://disqus.com/api/docs/) 172 | - [Python Wrapper for Disqus](https://github.com/disqus/disqus-python) 173 | 174 | ### [Docker](https://www.docker.com/) - an open platform for distributed applications for developers and sysadmins 175 | - [API Documentation](https://docker-py.readthedocs.io/en/stable/) 176 | - [Python Wrapper](https://github.com/docker/docker-py) 177 | 178 | ### [Dribbble](https://dribbble.com/) - community for showcasing user-made artwork 179 | - [API Documentation](http://developer.dribbble.com/) 180 | - [Python Wrapper](https://github.com/Zabanaa/jabbbar) 181 | 182 | ### [Dropbox](http://www.dropbox.com) - File hosting service 183 | - [API Documentation](https://www.dropbox.com/developers) 184 | - [Python Wrapper for Dropbox](https://github.com/dropbox/dropbox-sdk-python) 185 | 186 | ### [Duktape](http://duktape.org/) - Embeddable JavaScript engine 187 | - [API Documentation](http://duktape.org/api.html) 188 | - [Python Wrapper](https://github.com/stefano/pyduktape) 189 | 190 | ### [Ebay](http://www.ebay.com/) - Online auction and shopping 191 | - [API Documentation](http://developer.ebay.com/common/api/) 192 | - [Python wrapper for eBay API](https://github.com/roopeshvaddepally/python-ebay) 193 | 194 | ### [Embedly](http://embed.ly/) - Front-end developer tools 195 | - [API Documentation](http://embed.ly/docs/embed/api/endpoints/1/oembed) 196 | - [Python wrapper for Embedly](https://github.com/embedly/embedly-python) 197 | 198 | ### [Evernote](http://www.evernote.com/) - Notetaking software 199 | - [API Documentation](http://dev.evernote.com/doc/) 200 | - [Python Wrapper for Evernote](https://github.com/evernote/evernote-sdk-python) 201 | 202 | ### [Expedia](https://www.expedia.com/) - A travel website 203 | - [API Documentation](http://developer.expedia.com/directory) 204 | - [Python Wrapper for Expedia](https://github.com/NimitS1/expediaRequester) 205 | 206 | ### [Facebook](http://www.facebook.com/) - Social networking service 207 | - [API Documentation](https://developers.facebook.com/) 208 | - [Python wrapper for Facebook](https://github.com/sciyoshi/pyfacebook/) 209 | 210 | ### [FedEx](http://www.fedex.com/) - Global courier delivery services 211 | - [API Documentation](http://www.fedex.com/us/developer/) 212 | - [Python wrapper for FedEx](https://github.com/gtaylor/python-fedex/) 213 | 214 | ### [Flickr](http://www.flickr.com) - Image and Video hosting 215 | - [API Documentation](http://www.flickr.com/services/api/) 216 | - [Python wrapper #1](https://github.com/michaelhelmick/python-flickr) 217 | - [Python wrapper #2](http://stuvel.eu/media/flickrapi-docs/documentation/) 218 | 219 | ### [Forecast](http://forecast.io/) - Weather forecasting 220 | - [API Documentation](https://developer.forecast.io/docs/v2) 221 | - [Python wrapper for Forecast](https://github.com/ZeevG/python-forecast.io) 222 | 223 | ### [Foursquare](https://www.foursquare.com/) - Location based networking 224 | - [API Documentation](https://developer.foursquare.com/) 225 | - [Python wrapper for Foursquare](https://github.com/mLewisLogic/foursquare) 226 | 227 | ### [FullContact](https://www.fullcontact.com/) - Manage your contacts 228 | - [API Documentation](https://www.fullcontact.com/developer/) 229 | - [Python wrapper for FullContact](https://github.com/garbados/fullcontact.py) 230 | 231 | ### [Genius](http://genius.com/) - Song lyrics and annotations 232 | - [API Documentation](https://docs.genius.com/) 233 | - [Python wrapper for Genius](https://github.com/johnwmillr/LyricsGenius) 234 | 235 | ### [Geocodio](https://geocod.io/) - Ridiculously affordable geocoding 236 | - [API Documentation](https://geocod.io/docs/) 237 | - [Python wrapper for Geocodio](https://github.com/bennylope/pygeocodio) 238 | 239 | ### [Geopy](http://code.google.com/p/geopy/wiki/GettingStarted) - Geocoding for Python 240 | - [API Documentation](http://code.google.com/p/geopy/) 241 | - [Python wrapper for Geopy](http://code.google.com/p/geopy/) 242 | 243 | ### [GitHub](https://github.com/) - Online project hosting 244 | - [API Documentation](http://developer.github.com/) 245 | - [Python wrapper for GitHub](http://github3py.readthedocs.org/en/latest/) 246 | 247 | ### [GitLab](https://gitlab.com/) - Online and self-hosted Git repository management 248 | - [API Documentation](https://docs.gitlab.com/ce/api/) 249 | - [Python wrapper for Gitlab](https://github.com/gpocentek/python-gitlab) 250 | 251 | ### [Gmail](https://developers.google.com/gmail/) - Web-based e-mail service 252 | - [API Documentation](https://developers.google.com/gmail/api/) 253 | - [Python wrapper](https://pypi.org/project/EZGmail/) 254 | 255 | ### [Google Charts](https://developers.google.com/chart/) - Interactive charts for browsers and mobile devices 256 | - [API Documentation](https://developers.google.com/chart/interactive/docs/) 257 | - [Python wrapper](https://github.com/Dfenestrator/GooPyCharts) 258 | 259 | ### [Google Cloud Functions](https://cloud.google.com/functions/) - Serverless environment to build and connect cloud services 260 | - [API Documentation](https://cloud.google.com/functions/docs/apis) 261 | - [Python wrapper](https://github.com/MartinSahlen/cloud-functions-python) 262 | 263 | ### [Google Drive](https://www.google.com/drive/) - File storage service 264 | - [API Documentation](https://developers.google.com/drive/api/v3/reference/) 265 | - [Python wrapper](https://github.com/nurdtechie98/drive-cli) 266 | 267 | ### [Google Maps](http://maps.google.com/) - Web mapping service 268 | - [API Documentation](https://developers.google.com/maps/) 269 | - [Python wrapper for Google Maps](http://code.google.com/p/pymaps/) 270 | 271 | ### [Google Music](http://music.google.com/) - Google Music 272 | - [API Documentation](http://unofficial-google-music-api.readthedocs.org/en/latest/) 273 | - [Python wrapper for Google Music](https://github.com/simon-weber/Unofficial-Google-Music-API) 274 | 275 | ### [Google Search](https://www.google.com/) - Unofficial API for Google Search 276 | - [API Documentation](https://github.com/aviaryan/python-gsearch) 277 | - [Python wrapper](https://github.com/aviaryan/python-gsearch) 278 | 279 | ### [Google Sheets](https://www.google.com/sheets/about/) - create and edit spreadsheets online, for free. 280 | - [API Documentation](https://developers.google.com/sheets/) 281 | - [Python wrapper](https://github.com/nithinmurali/pygsheets) 282 | 283 | ### [Google Spreadsheet](https://docs.google.com/spreadsheet/) - Online Spreadsheets 284 | - [API Documentation](https://developers.google.com/google-apps/spreadsheets/) 285 | - [Python wrapper for Google Spreadsheet](https://github.com/burnash/gspread) 286 | 287 | ### [Google Translate](https://translate.google.com/) - Translation Service 288 | - [API Documentation](https://cloud.google.com/translate/docs) 289 | - [Python wrapper for Google Translate](http://py-googletrans.readthedocs.org/en/latest/googletrans.html) 290 | 291 | ### [GoPro](https://gopro.com) - cameras 292 | - [API Documentation](https://github.com/konradit/gopro-py-api) 293 | - [Python wrapper](https://github.com/konradit/gopro-py-api) 294 | 295 | ### [Hacker News](https://news.ycombinator.com/) - Social News 296 | - [API Documentation](https://github.com/HackerNews/API) 297 | - [Python wrapper for Hacker News](https://github.com/avinassh/haxor/) 298 | 299 | ### [Hadoop YARN](http://hadoop.apache.org/docs/current/hadoop-yarn/hadoop-yarn-site/YARN.html) - Apache Hadoop NextGen MapReduce (YARN) 300 | - [API Documentation](http://hadoop.apache.org/docs/current/hadoop-yarn/hadoop-yarn-site/WebServicesIntro.html) 301 | - [Python wrapper for Hadoop YARN](https://pypi.python.org/pypi/yarn-api-client) 302 | 303 | ### [Heroku](https://www.heroku.com/) - Cloud Application Platform 304 | - [API Documentation](https://devcenter.heroku.com/articles/platform-api-reference) 305 | - [Python wrapper for Heroku](https://pypi.python.org/pypi/heroku) 306 | 307 | ### [Highrise](https://highrisehq.com/) - Contact management tool (CRM) 308 | - [API Documentation](https://github.com/basecamp/highrise-api) 309 | - [Python wrapper for Highrise](https://github.com/feedmagnet/pyrise) 310 | 311 | ### [HipChat](https://www.hipchat.com/) - Hosted group chat and IM 312 | - [API Documentation](https://www.hipchat.com/docs/api) 313 | - [Python wrapper for HipChat](https://github.com/dobarkod/hipchat-api) 314 | 315 | ### [HubSpot](https://www.hubspot.com/) - Marketing, Sales, and CRM software 316 | - [API Documentation](https://developers.hubspot.com/docs/overview) 317 | - [Python wrapper for HubSpot](https://github.com/jpetrucciani/hubspot3) 318 | 319 | ### [IEX](https://iextrading.com/) - Real-time and historical stock prices 320 | - [API Documentation](https://iextrading.com/developer/docs) 321 | - [Python wrapper for IEX](https://github.com/addisonlynch/iexfinance) 322 | - [Python backtesting engine with IEX Cloud support to train AI to make future price predictions](https://github.com/AlgoTraders/stock-analysis-engine) 323 | 324 | ### [iFixit](http://www.ifixit.com/) - The free repair manual 325 | - [API Documentation](https://www.ifixit.com/api/2.0/doc) 326 | - [Python wrapper for iFixit](https://github.com/xiongchiamiov/pyfixit) 327 | 328 | ### [iFormBuilder](https://www.zerionsoftware.com/iformbuilder) - Mobile Data Collection Software 329 | - [API Documentation](https://iformbuilder.docs.apiary.io) 330 | - [Python wrapper for iFormBuilder](https://github.com/jhsu98/ifb-wrapper) 331 | 332 | ### [iHackernews](http://www.ihackernews.com/) - Hacker News Mobile 333 | - [API Documentation](http://api.ihackernews.com/) 334 | - [Python wrapper for iHackerNews](https://github.com/dmpayton/python-ihackernews) 335 | 336 | ### [Imgur](http://www.imgur.com/) - Simple Image Sharer 337 | - [API Documentation](http://api.imgur.com/) 338 | - [Python wrapper for Imgur](https://github.com/Damgaard/PyImgur) 339 | 340 | ### [Indeed](http://www.Indeed.com) - Search engine for jobs 341 | - [API Documentation](http://www.indeed.com/jsp/apiinfo.jsp) 342 | - [Python wrapper for indeed.com](https://github.com/fission6/python-indeed) 343 | 344 | ### [Instagram](http://www.instagram.com) - Online photo sharing 345 | - [API Documentation](http://instagram.com/developer/) 346 | - [Python wrapper for Instagram](https://github.com/Instagram/python-instagram) 347 | 348 | ### [Intercom](https://www.intercom.com) - Marketing and Customer support 349 | - [API Documentation](https://developers.intercom.com/intercom-api-reference/reference) 350 | - [Python wrapper for Intercom](https://github.com/intercom/python-intercom) 351 | 352 | ### [Investopedia](http://www.investopedia.com/simulator/) - Stock Simulator 353 | - [API Documentation](http://www.investopedia.com/simulator/) 354 | - [Python wrapper](https://github.com/kirkthaker/investopedia-trading-api) 355 | 356 | ### [IP Street](http://www.ipstreet.com/) - patent data and analytics algorithms as a service 357 | - [API Documentation](http://docs.ipstreet.com/) 358 | - [Python wrapper](https://github.com/IPStreet/PythonSDK) 359 | 360 | ### [iTunes Store](http://www.apple.com/itunes/) - Search engine for iTunes content 361 | - [API Documentation](https://www.apple.com/itunes/affiliates/resources/documentation/itunes-store-web-service-search-api.html) 362 | - [Python wrapper for iTunes Store](https://github.com/spaceisstrange/itunespy) 363 | 364 | ### [Jira](https://www.atlassian.com/software/jira) - Issue tracking product 365 | - [API Documentation](http://jira.readthedocs.io/en/latest/) 366 | - [Python wrapper for Jira](https://github.com/pycontribs/jira) 367 | 368 | ### [Kite Connect](https://kite.trade/) - Stock trading APIs 369 | - [API Documentation](https://kite.trade/docs/connect/v1/) 370 | - [Python wrapper for Kite Connect](https://github.com/rainmattertech/pykiteconnect) 371 | 372 | ### [Last.fm](http://www.last.fm) - Online music 373 | - [API Documentation](http://www.last.fm/api) 374 | - [Python wrapper for Last.fm](http://code.google.com/p/python-lastfm/) 375 | 376 | ### [LightGBM](https://github.com/Microsoft/LightGBM) - gradient boosting framework by Microsoft 377 | - [API Documentation](https://github.com/Microsoft/LightGBM) 378 | - [Python wrapper](https://github.com/ArdalanM/pyLightGBM) 379 | 380 | ### [LinkedIn](http://linkedin.com/) - Professional Social Network 381 | - [API Documentation](https://docs.microsoft.com/en-us/linkedin/) 382 | - [Python wrapper #1](https://github.com/tomquirk/linkedin-api) 383 | - [Python wrapper #2](https://github.com/ozgur/python-linkedin) 384 | - [Python wrapper #3](https://github.com/michaelhelmick/linkedin) 385 | 386 | ### [Loggly](http://loggly.com/) - Cloud-based logging 387 | - [API Documentation](http://loggly.com/support/advanced/extending-loggly) 388 | - [Python wrapper for Loggly](https://github.com/loggly/hoover) 389 | 390 | ### [Medium](https://medium.com/) - blog publishing platform 391 | - [API Documentation](https://github.com/enginebai/PyMedium) 392 | - [Python wrapper](https://github.com/enginebai/PyMedium) 393 | 394 | ### [Meetup](http://www.meetup.com/) - Offline group meetings 395 | - [API Documentation](http://www.meetup.com/meetup_api/) 396 | - [Python wrapper for Meetup Web](https://github.com/meetup/python-api-client) 397 | 398 | ### [Mega](https://mega.co.nz) - Free cloud storage 399 | - [API Documentation](https://mega.co.nz/#developers) 400 | - [Python wrapper for Mega](https://github.com/juanriaza/python-mega) 401 | 402 | ### [Mercury](https://mercury.postlight.com/web-parser/) - take any web article and return only the relevant content 403 | - [API Documentation](https://mercury.postlight.com/web-parser/) 404 | - [Python wrapper](https://github.com/kennethreitz/mercury-parser) 405 | 406 | ### [Metwit](http://metwit.com/) - Social and crowdsourced weather 407 | - [API Documentation](http://metwit.com/weather-api/) 408 | - [Python wrapper for Metwit](http://soup.metwit.com/post/45997437810/python-weather-by-metwit) 409 | 410 | ### [Mixcloud](https://www.mixcloud.com/) - Social music streaming 411 | - [API Documentation](https://www.mixcloud.com/developers/) 412 | - [Python wrapper](https://github.com/amikrop/aiomixcloud) 413 | 414 | ### [MLB GameDay](http://gd2.mlb.com/components/game/mlb/) - Real-time MLB data 415 | - [API Documentation](http://panzarino.me/mlbgame/) 416 | - [Python wrapper](https://github.com/zachpanz88/mlbgame) 417 | 418 | ### [MonkeyLearn](http://www.monkeylearn.com/) - Machine Learning for Text Analysis 419 | - [API Documentation](http://docs.monkeylearn.com/article/api-reference/) 420 | - [Python wrapper](https://github.com/monkeylearn/monkeylearn-python) 421 | 422 | ### [Musixmatch](https://www.musixmatch.com/) - Explore the world's largest catalog of song lyrics and translations 423 | - [API Documentation](https://developer.musixmatch.com/) 424 | - [Python wrapper for Musixmatch](https://github.com/hudsonbrendon/python-musixmatch) 425 | 426 | ### [NASA](http://www.nasa.gov/) - National Aeronautics and Space Administration 427 | - [API Documentation](https://data.nasa.gov/developer) 428 | - [Python wrapper for NASA](https://github.com/emirozer/bowshock) 429 | 430 | ### [NBA Stats](https://stats.nba.com/) - NBA Advanced Stats 431 | - [API Documentation](https://github.com/swar/nba_api/blob/master/docs/table_of_contents.md) 432 | - [Python wrapper](https://github.com/swar/nba_api) 433 | 434 | ### [Netflix](http://www.netflix.com/) - On-demand streaming media 435 | - [API Documentation](http://developer.netflix.com/) 436 | - [Python wrapper for Netflix](https://github.com/jcopenha/pyflix) 437 | 438 | ### [Netflix Roulette](http://netflixroulette.net/) - Get a random movie from the Netflix catalog and watch it instantly 439 | - [API Documentation](http://netflixroulette.net/api/) 440 | - [Python wrapper](https://github.com/tizz98/netflix_roulette) 441 | 442 | ### [New York Times Archive API](https://developer.nytimes.com/archive_api.json) - The Archive API provides JSON lists of articles by month 443 | - [API Documentation](https://developer.nytimes.com/archive_api.json) 444 | - [Python wrapper](https://github.com/davidcox143/nytimesarchive) 445 | 446 | ### [News API](https://newsapi.org/) - JSON API for live news and blog headlines 447 | - [API Documentation](https://newsapi.org/docs) 448 | - [Python wrapper](https://github.com/mattlisiv/newsapi-python) 449 | 450 | ### [OneTimeSecret](https://onetimesecret.com/) - Self-destructing messaging service 451 | - [API Documentation](https://onetimesecret.com/docs/api) 452 | - [Python wrapper for OneTimeSecret](https://github.com/utter-step/py_onetimesecret) 453 | 454 | ### [Onfleet](https://onfleet.com/) - Last mile delivery management service 455 | - [API Documentation](https://docs.onfleet.com/) 456 | - [Python wrapper](https://github.com/onfleet/pyonfleet) 457 | 458 | ### [OpenWeatherMap](http://openweathermap.org/) - Weather Service 459 | - [API Documentation](http://openweathermap.org/api) 460 | - [Python wrapper for OpenWeatherMap](https://github.com/csparpa/pyowm) 461 | 462 | ### [PagerDuty](http://pagerduty.com/) - IT alert monitoring 463 | - [API Documentation](http://developer.pagerduty.com/documentation/integration/events) 464 | - [Python Wrapper for PagerDuty](https://github.com/dropbox/pygerduty) 465 | 466 | ### [Peercoin](https://peercoin.net) - Open source P2P money 467 | - [API Documentation](https://docs.peercoin.net/#/json-rpc-api-reference) 468 | - [JSON-RPC API Python wrapper](https://github.com/peercoin/peercoin_rpc) 469 | 470 | ### [Pinterest](http://pinterest.com/) - Pinboard-style sharing 471 | - [API Documentation](http://developers.pinterest.com/) 472 | - [Python wrapper for Pinterest](https://github.com/ironchief/python-pinterest) 473 | 474 | ### [Pixoto](http://pixoto.com/) - Online photo sharing platform 475 | - [API Documentation](https://github.com/daxeel/pypixoto) 476 | - [Python wrapper for Pixoto](https://github.com/daxeel/pypixoto) 477 | 478 | ### [Phaxio](https://www.phaxio.com/) - Faxing for Developers 479 | - [API Documentation](http://www.phaxio.com/docs) 480 | - [Python wrapper for Phaxio](https://github.com/phaxio) 481 | 482 | ### [Phish.AI](https://www.phish.ai/) - Detect zero-day phishing websites 483 | - [API Documentation](https://app.phish.ai/#/documentation) 484 | - [Python wrapper](https://github.com/phishai/phish-ai-api) 485 | 486 | ### [Photobucket](http://photobucket.com/) - Image hosting and video 487 | - [API Documentation](http://developer.photobucket.com/) 488 | - [Python wrapper for Photobucket](https://github.com/czpython/python-photobucket) 489 | 490 | ### [Plot.ly](https://plot.ly/) - Easily analyze data together 491 | - [API Documentation](https://plot.ly/api/) 492 | - [Python wrapper for Plot.ly](https://plot.ly/api/python/) 493 | 494 | ### [Polar Devices](http://www.polar.com) - Watches and devices 495 | - [API Documentation](http://developer.polar.com/wiki/AccessLink) 496 | - [Python wrapper](https://github.com/rsc-dev/loophole) 497 | 498 | ### [PubMed](https://www.ncbi.nlm.nih.gov/pubmed/) - database of medical publications 499 | - [API Documentation](https://www.ncbi.nlm.nih.gov/pmc/tools/developers/) 500 | - [Python wrapper](https://github.com/gijswobben/pymed) 501 | 502 | ### [Rackspace](http://www.rackspace.com/) - Open cloud company 503 | - [API Documentation](http://docs.rackspace.com/sdks/guide/content/python.html) 504 | - [Python wrapper for the Rackspace Cloud](https://github.com/rackspace/pyrax) 505 | 506 | ### [Reddit](http://www.reddit.com/) - Social news aggregation and discussion 507 | - [API Documentation](http://www.reddit.com/dev/api) 508 | - [Python wrapper for Reddit](https://github.com/praw-dev/praw/) 509 | 510 | ### [RottenTomatoes](http://rottentomatoes.com/) - Film review aggregator 511 | - [API Documentation](http://developer.rottentomatoes.com/) 512 | - [Python wrapper for Rotten Tomatoes](https://github.com/zachwill/rottentomatoes) 513 | 514 | ### [Salesforce](http://www.salesforce.com/) - Cloud computing company (CRM) 515 | - [API Documentation](http://www.salesforce.com/us/developer/docs/api/index.htm) 516 | - [Python wrapper for Salesforce](https://pypi.python.org/pypi/beatbox) 517 | 518 | ### [SAS](https://www.sas.com) - business intelligence software 519 | - [API Documentation](https://sassoftware.github.io/saspy/overview.html) 520 | - [Python Wrapper](https://github.com/sassoftware/saspy) 521 | 522 | ### [Scaleway](https://scaleway.com) - Cloud computing platform 523 | - [API Documentation](https://developer.scaleway.com) 524 | - [Python wrapper for Scaleway](https://github.com/scaleway/python-scaleway) 525 | 526 | ### [Scrapinghub](http://scrapinghub.com/) - Scraping services 527 | - [API Documentation](http://doc.scrapinghub.com/api.html) 528 | - [Python wrapper for Scrapinghub](https://github.com/scrapinghub/python-scrapinghub) 529 | 530 | ### [SendGrid](https://sendgrid.com/) - Email API for developers 531 | - [API Documentation](https://sendgrid.com/docs/for-developers/sending-email/api-getting-started/) 532 | - [Python wrapper](https://github.com/sendgrid/sendgrid-python) 533 | 534 | ### [Shodan](https://www.shodan.io/) - Search engine for Internet-connected devices 535 | - [API Documentation](https://developer.shodan.io/) 536 | - [Python wrapper](https://github.com/achillean/shodan-python) 537 | 538 | ### [Skyscanner](http://www.skyscanner.net/) - Travel metasearch 539 | - [API Documentation](http://business.skyscanner.net/portal/en-GB/Documentation/ApiOverview) 540 | - [Python wrapper for Skyscanner](https://github.com/Skyscanner/skyscanner-python-sdk) 541 | 542 | ### [Slack](https://slack.com/) - Team Communication Platform 543 | - [API Documentation](https://api.slack.com/) 544 | 545 | #### Python Wrappers 546 | - [Slacker](https://github.com/os/slacker) 547 | - [Gendo](https://github.com/nficano/gendo) 548 | 549 | ### [Slideshare](https://www.slideshare.net/) - Slide hosting service 550 | - [API Documentation](http://www.slideshare.net/developers/documentation) 551 | - [Python wrapper for slideshare](http://code.google.com/p/pyslideshare/) 552 | 553 | ### [SmartFile](https://smartfile.com/) - File management service 554 | - [API Documentation](http://app.smartfile.com/api/) 555 | - [Python wrapper for SmartFile](https://github.com/smartfile/client-python) 556 | 557 | ### [Socrata Open Data API](http://www.socrata.com/) - Data discovery for government data 558 | - [API Documentation](http://dev.socrata.com/) 559 | - [Python wrapper for Socrata Open Data API](https://github.com/xmunoz/sodapy) 560 | 561 | ### [Soundcloud](http://www.soundcloud.com/) - Share your sounds 562 | - [API Documentation](http://developers.soundcloud.com/) 563 | - [Python wrapper for Soundcloud](https://github.com/soundcloud/soundcloud-python) 564 | 565 | ### [Sportradar](https://developer.sportradar.com/) - Broad range of sports APIs 566 | - [API Documentation](https://developer.sportradar.com/io-docs) 567 | - [Python wrapper for Sportradar](https://github.com/johnwmillr/SportradarAPIs) 568 | 569 | ### [Spotify](https://spotify.com/) - Music streaming service 570 | - [API Documentation](https://developer.spotify.com/documentation/) 571 | - [Python wrapper for Spotify](https://github.com/plamere/spotipy) 572 | 573 | ### [Spreedly](https://spreedly.com/) - Cloud based credit card vault 574 | - [API Documentation](https://core.spreedly.com/manual/quickstart) 575 | - [Python wrapper for Spreedly](https://github.com/ridgebit/python-spreedly) 576 | 577 | ### [Stack Exchange](http://www.stackexchange.com) - Community-Powered Q&A 578 | - [API Documentation](https://api.stackexchange.com/docs) 579 | - [Python wrapper for Stack Exchange](https://pypi.python.org/pypi/stackpy) 580 | 581 | ### [Stanford CoreNLP](https://stanfordnlp.github.io/CoreNLP/) - simple API for text processing tasks 582 | - [API Documentation](https://stanfordnlp.github.io/CoreNLP/) 583 | - [Python wrapper](https://github.com/Lynten/stanford-corenlp) 584 | 585 | ### [Stripe](https://stripe.com/) - Payments for developers 586 | - [API Documentation](https://stripe.com/docs/api/python) 587 | - [Python wrapper for Stripe](https://github.com/stripe/stripe-python) 588 | 589 | ### [SunlightFoundation](http://www.sunlightfoundation.com/) - Sunlight Foundation 590 | - [API Documentation](http://sunlightfoundation.com/api/) 591 | - [Python wrapper for Sunlight Foundation](http://python-sunlight.readthedocs.org/en/latest/) 592 | 593 | ### [Syncthing](https://syncthing.net/) - Decentralized data sync 594 | - [API Documentation](https://docs.syncthing.net/dev/rest.html) 595 | - [Python wrapper for Syncthing](https://github.com/blakev/python-syncthing) 596 | 597 | ### [Taiga](https://taiga.io/) - Project management 598 | - [API Documentation](http://taigaio.github.io/taiga-doc/dist/api.html) 599 | - [Python wrapper](https://github.com/nephila/python-taiga) 600 | 601 | ### [Technorati](http://technorati.com/) - Searching blogs 602 | - [API Documentation](http://technorati.com/developers/) 603 | - [Python wrapper for Technorati](http://www.myelin.co.nz/technorati_py/) 604 | 605 | ### [Telegram](https://telegram.org/) - Mobile and desktop messaging app 606 | - [API Documentation](https://core.telegram.org/bots/api) 607 | - [Python wrapper](https://github.com/python-telegram-bot/python-telegram-bot) 608 | 609 | ### [Temp Mail](https://temp-mail.ru) - Anonymous emails 610 | - [API Documentation](http://api.temp-mail.ru/) 611 | - [Python wrapper for Temp mail](https://github.com/saippuakauppias/temp-mail) 612 | 613 | ### [Tesseract OCR](https://github.com/tesseract-ocr/tesseract) - OCR Engine 614 | - [API Documentation](http://tesseract-ocr.github.io/) 615 | - [Python wrapper](https://github.com/sirfz/tesserocr) 616 | 617 | ### [The Echo Nest](http://echonest.com) - Music services 618 | - [API Documentation](http://developer.echonest.com/client_libraries.html) 619 | - [Python Wrapper for Echo Nest](https://github.com/echonest/pyechonest) 620 | 621 | ### [The Pirate Bay](http://thepiratebay.sx/) - Peer-to-peer file sharing 622 | - [API Documentation](https://github.com/thekarangoel/TPB) 623 | - [Python wrapper for TPB](https://github.com/thekarangoel/TPB) 624 | 625 | ### [The Movie Database](http://www.themoviedb.org) - Movie and TV Database 626 | 627 | #### Official Site 628 | - [API Documentation](http://docs.themoviedb.apiary.io) 629 | - [List of wrappers](https://www.themoviedb.org/documentation/api/wrappers-libraries) 630 | 631 | #### Wrappers 632 | 633 | ##### easytmdb 0.2.0 : Python Package Index 634 | to | click 635 | ------------|--------------- 636 | Source Code | https://github.com/benregn/easytmdb 637 | PyPI Page | https://pypi.python.org/pypi/easytmdb/0.2.0 638 | Py Support | 639 | Last Update | 640 | Info Date | 2014/09/07 641 | 642 | **Observations and notes:** 643 | 644 | + **2014/09/07:** 645 | - based on tmdbsimple, with implementation changes (meanwhile already present in tmdbsimple) 646 | 647 | ##### themoviedb themoviedb.org wrapper for api v3 648 | to | click 649 | ------------|--------------- 650 | Source Code | https://github.com/doganaydin/themoviedb 651 | PyPI Page | 652 | Py Support | 653 | Last Update | 654 | Info Date | 2014/10/17 655 | 656 | **Observations and notes:** 657 | 658 | + **2014/10/17:** 659 | - supports API v3 660 | - only movie search api is implemented. 661 | 662 | ##### themoviedb Python wrapper to themoviedb.org API 663 | to | click 664 | ------------|--------------- 665 | Source Code | https://github.com/doganaydin/themoviedb_oldapi 666 | PyPI Page | 667 | Py Support | 668 | Last Update | 669 | Info Date | 2014/10/17 670 | 671 | **Observations and notes:** 672 | 673 | + **2014/10/17:** 674 | - deprecated 675 | 676 | ##### themoviedb Python wrapper to themoviedb.org API 677 | to | click 678 | ------------|--------------- 679 | Source Code | https://github.com/dbr/themoviedb 680 | PyPI Page | 681 | Py Support | v. 2.6, v. 2.7, v. 3.3 682 | Last Update | 2013/05/31 683 | Info Date | 2014/09/07 684 | 685 | ##### TheMovieDB.bundle 686 | to | click 687 | ------------|--------------- 688 | Source Code | https://github.com/plexinc-agents/TheMovieDB.bundle 689 | PyPI Page | 690 | Py Support | 691 | Last Update | 2014/07/27 692 | Info Date | 2014/09/07 693 | 694 | ##### [themoviedb-json] Unofficial themoviedb.org python api wrapper 695 | to | click 696 | ------------|--------------- 697 | Source Code | https://github.com/doganaydin/themoviedb-json 698 | PyPI Page | 699 | Last Update | 700 | Info Date | 2014/09/07 701 | 702 | ##### [tmdb] Python Package Index 703 | to | click 704 | ------------|--------------- 705 | Source Code | 706 | PyPI Page | https://pypi.python.org/pypi/tmdb/1.0b 707 | Py Support | v.2.7, v.3 708 | Last Update | version 1.0b 709 | Info Date | 2014/09/07 710 | 711 | **Observations and notes:** 712 | + **(2014/09/07)** 713 | - deprecated 714 | 715 | ##### TMDB Small application using TMDB APIs 716 | to | click 717 | ------------|--------------- 718 | Source Code | https://github.com/codershoder/TMDB 719 | PyPI Page | 720 | Py Support | 721 | Last Update | 722 | Info Date | 2014/09/07 723 | 724 | ##### [tmdbsimple](https://github.com/celiao/tmdbsimple) - A Python wrapper for The Movie Database API v3 725 | to | click 726 | ------------|--------------- 727 | Source Code | https://github.com/celiao/tmdbsimple 728 | PyPI Page | https://pypi.python.org/pypi/tmdbsimple 729 | Py Support | 730 | Last Update | version 1.0.0 (2014/09/22) 731 | Info Date | 2014/09/07 732 | 733 | **Observations and notes:** 734 | 735 | + **2014/09/07:** 736 | - simply maps API endpoints to Python functions 737 | - supports v.3 of the API and the new Search/Multi endpoint 738 | 739 | ##### [tmdb3] 0.7.0 : Python Package Index 740 | to | click 741 | ------------|--------------- 742 | Source Code | 743 | PyPI Page | https://pypi.python.org/pypi/tmdb3 744 | Py Support | 745 | Last Update | version 0.7.0 (?/?/?) 746 | Info Date | 2014/09/07 747 | 748 | ### [TinyURL](http://www.tinyurl.com) - URL Shortner 749 | - [API Documentation](https://github.com/daxeel/TinyURL-Python) 750 | - [Python wrapper](https://github.com/daxeel/TinyURL-Python) 751 | 752 | ### [Trello](https://trello.com/) - Kanban boards 753 | - [API Documentation](https://trello.com/docs/index.html) 754 | - [Python wrapper for Trello](https://github.com/sarumont/py-trello) 755 | 756 | ### [Tuenti](https://www.tuenti.com) - Social networking service 757 | - [API Documentation](http://corporate.tuenti.com/en/dev) 758 | - [Python wrapper for Tuenti](https://github.com/juanriaza/python-tuenti) 759 | 760 | ### [Tumblr](http://www.tumblr.com) - Microblogging platform 761 | - [API Documentation](http://www.tumblr.com/docs/en/api/v2) 762 | - [Python wrapper #1](https://github.com/tumblr/pytumblr) 763 | - [Python wrapper #2](https://github.com/michaelhelmick/python-tumblpy) 764 | 765 | ### [TheTVDB.com](http://thetvdb.com) - Community driven database of television shows 766 | 767 | #### Official Site 768 | - [API Documentation](http://www.thetvdb.com/wiki/index.php/Programmers_API) 769 | 770 | #### Wrappers 771 | 772 | ##### gnarlytvdb: A python interface to thetvdb.com xml api 773 | to | click 774 | ------------|--------------- 775 | Source Code | https://github.com/steinitzu/gnarly-tvdb 776 | PyPI Page | https://pypi.python.org/pypi/gnarlytvdb/0.6 777 | Py Support | 778 | Last Update | version 0.6 (2013/01/29) 779 | Info Date | 2014/12/20 780 | 781 | **Observations and notes:** 782 | 783 | + **2014/12/20:** 784 | - Does not implement actors and banners API 785 | 786 | 787 | ##### pytvdb: A python library for interacting with TheTVDB.com API 788 | to | click 789 | ------------|--------------- 790 | Source Code | https://bitbucket.org/arshsingh/pytvdb 791 | PyPI Page | 792 | Py Support | 793 | Last Update | (2014/08/19) 794 | Info Date | 2014/12/20 795 | 796 | 797 | ##### PyTVDB: a Python module for the thetvdb.com API 798 | to | click 799 | ------------|--------------- 800 | Source Code | https://github.com/elderhsouza/PyTVDB 801 | PyPI Page | 802 | Py Support | 803 | Last Update | (2014/03/13) 804 | Info Date | 2014/12/20 805 | 806 | 807 | ##### pytvdbapi: A clean, resource friendly and easy to use API for thetvdb.com 808 | to | click 809 | ------------|--------------- 810 | Source Code | https://github.com/fuzzycode/pytvdbapi 811 | PyPI Page | https://pypi.python.org/pypi/pytvdbapi/0.5.0 812 | Py Support | v.2.6, v.2.7, v.3.3 and v.3.4 813 | Last Update | version 0.5.0 (2014/10/28) 814 | Info Date | 2014/12/20 815 | 816 | 817 | ##### thetvdb_api: A Python API for theTVDB. 818 | to | click 819 | ------------|--------------- 820 | Source Code | https://bitbucket.org/Julien-D/thetvdb_api 821 | PyPI Page | https://pypi.python.org/pypi/thetvdb_api/0.3.1 822 | Py Support | v.2.7, v.3.2 823 | Last Update | version 0.3.1 (2014/02/10) 824 | Info Date | 2014/12/20 825 | 826 | 827 | ##### tvdb: Module for accessing the Web API at TheTVDB.com 828 | to | click 829 | ------------|--------------- 830 | Source Code | 831 | PyPI Page | https://pypi.python.org/pypi/tvdb/0.22 832 | Py Support | 833 | Last Update | version 0.22 (2009/02/20) 834 | Info Date | 2014/12/20 835 | 836 | 837 | ##### TVDB Caching API 838 | to | click 839 | ------------|--------------- 840 | Source Code | 841 | PyPI Page | https://bitbucket.org/robdennis/tvdb-caching-api 842 | Py Support | 843 | Last Update | (2012/06/26) 844 | Info Date | 2014/12/21 845 | 846 | 847 | ##### dbr/tvdb_api: Interface to thetvdb.com 848 | to | click 849 | ------------|--------------- 850 | Source Code | http://github.com/dbr/tvdb_api/tree/master 851 | PyPI Page | https://pypi.python.org/pypi/tvdb_api/1.10 852 | Py Support | v.2.6, v.2.7, v.3.3 and v.3.4 853 | Last Update | version 1.10 (2014/11/08) 854 | Info Date | 2014/12/20 855 | 856 | 857 | ##### fuzeman/tvdb_api 858 | to | click 859 | ------------|--------------- 860 | Source Code | https://github.com/fuzeman/tvdb_api 861 | PyPI Page | 862 | Py Support | 863 | Last Update | (2012/11/07) 864 | Info Date | 2014/12/21 865 | 866 | **Observations and notes:** 867 | 868 | + **2014/12/21:** 869 | - This is a fork of version 1.8.1 of dbr/tvdb_api (https://github.com/dbr/tvdb_api/tree/master) recommended for use with TVDB Cache Server (https://github.com/fuzeman/tvdb-cache-server) 870 | 871 | ##### tvdbpy: Yet another TvDB API Python wrapper. Work in progress. 872 | to | click 873 | ------------|--------------- 874 | Source Code | https://github.com/matiasb/tvdbpy 875 | PyPI Page | 876 | Py Support | 877 | Last Update | (2014/02/16) 878 | Info Date | 2014/12/20 879 | 880 | ### [Twilio](http://twilio.com/) - SMS and Voice through the cloud 881 | - [API Documentation](https://www.twilio.com/docs/python/install) 882 | - [Python wrapper for Twilio](https://github.com/twilio/twilio-python/) 883 | 884 | ### [Twitter](http://twitter.com/) - Online microblogging service 885 | - [API Documentation](https://dev.twitter.com/docs/twitter-libraries) 886 | - [Python wrapper #1](https://github.com/bear/python-twitter/) - python-twitter 887 | - [Python wrapper #2](https://github.com/ryanmcgrath/twython) - Twython 888 | - [Python wrapper #3](https://github.com/inueni/birdy) - birdy 889 | - [Python wrapper #4](https://github.com/tweepy/tweepy) - tweepy 890 | 891 | ### [Uber](https://www.uber.com/) - Taxi, private car or rideshare service 892 | - [API Documentation](https://developer.uber.com/v1/endpoints/) 893 | - [Python wrapper for Uber](https://github.com/vivangkumar/uberpy) 894 | 895 | ### [Udacity](https://www.udacity.com) - Online University 896 | - [API Documentation](https://www.udacity.com/catalog-api) 897 | - [Python wrapper for Udacity](https://github.com/tylucaskelley/udacity-api-python) 898 | 899 | ### [Udemy](https://www.udemy.com) - Online University 900 | - [API Documentation](https://www.udemy.com/developers/) 901 | - [Python wrapper for Udemy](https://github.com/hudsonbrendon/pyudemy) 902 | 903 | ### [Unirest](http://unirest.io/) - Set of lightweight HTTP libraries 904 | - [API Documentation](http://unirest.io/#python) 905 | - [Python wrapper for Unirest](https://github.com/Mashape/unirest-python) 906 | 907 | ### [UPS](http://www.ups.com) - Package Delivery 908 | - [API Documentation](https://www.ups.com/upsdeveloperkit) 909 | - [Python wrapper for UPS](https://github.com/classicspecs/ClassicUPS) 910 | 911 | ### [UrbanDictionary](http://www.urbandictionary.com) - Web-based dictionary 912 | - [API Documentation](http://www.urbandictionary.com) 913 | - [Python wrapper for Urban Dictionary](https://github.com/novel/py-urbandict) 914 | 915 | ### [Vault](https://www.vaultproject.io/) - A tool for managing secrets. 916 | - [API Documentation](https://www.vaultproject.io/docs/http/index.html) 917 | - [Python wrapper for Vault](https://github.com/ianunruh/hvac) 918 | 919 | ### [Vimeo](https://vimeo.com/) - Video-sharing website 920 | - [API Documentation](http://developer.vimeo.com/apis/) 921 | - [Python wrapper for Vimeo](https://github.com/rkumarnirmal/python-vimeo) 922 | 923 | ### [VK](http://vk.com/) - Social networking service 924 | - [API Documentation](https://vk.com/dev/methods) 925 | - [Python wrapper #1](https://github.com/dimka665/vk) 926 | - [Python wrapper #2](https://github.com/python273/vk_api) 927 | - [Fully asynchronous Python wrapper](https://github.com/prostomarkeloff/vk.py) 928 | 929 | ### [Walmart Open API](https://github.com/caroso1222/wapy) - access to the Walmart product catalog 930 | - [API Documentation](https://developer.walmartlabs.com/) 931 | - [Python wrapper](https://github.com/caroso1222/wapy) 932 | 933 | ### [WhatsApp](https://www.whatsapp.com/) - Mobile and desktop messaging app 934 | - ~~API Documentation~~ 935 | - [Python wrapper](https://github.com/tgalal/yowsup) 936 | 937 | ### [Wikipedia](http://www.wikipedia.org/) - Wikipedia 938 | - [API Documentation](http://www.mediawiki.org/wiki/API) 939 | - [Python wrapper 1](http://github.com/goldsmith/Wikipedia) 940 | - [Python wrapper 2](https://github.com/martin-majlis/Wikipedia-API/) 941 | 942 | ### [Windows Azure](http://www.windowsazure.com/) - Microsoft's Cloud Platform 943 | - [API Documentation](http://www.windowsazure.com/en-us/develop/python/) 944 | - [Python wrapper for Windows Azure](https://github.com/WindowsAzure/azure-sdk-for-python) 945 | 946 | ### [World Bank](http://data.worldbank.org/indicator) - Collection of development indicators 947 | - [API Documentation](http://wbpy.readthedocs.org/en/latest/) 948 | - [Python wrapper for World Bank](https://github.com/mattduck/wbpy) 949 | 950 | ### [World Weather](http://www.worldweatheronline.com/) - Weather Service 951 | - [API Documentation](http://developer.worldweatheronline.com) 952 | - [Python wrapper for World Weather](https://github.com/WorldWeatherOnline/pywwo) 953 | 954 | ### [WooCommerce](http://www.woothemes.com/woocommerce/) - Ecommerce 955 | - [API Documentation](http://docs.woothemes.com/document/woocommerce-rest-api/) 956 | - [Python wrapper for WooCommerce](https://github.com/woothemes/wc-api-python) 957 | 958 | ### [Wordnik](http://www.wordnik.com) - Online dictionary 959 | - [API Documentation](http://developer.wordnik.com) 960 | - [Python wrapper for Wordnik](https://github.com/wordnik/wordnik-python) 961 | 962 | ### [Wunderlist](https://www.wunderlist.com/) - Task Management Application 963 | - [API Documentation](https://developer.wunderlist.com/documentation) 964 | - [Python wrapper](https://github.com/mieubrisse/wunderpy2) 965 | 966 | ### [Yahoo](http://www.yahoo.com) - Web portal, search engine 967 | - [API Documentation](http://developer.yahoo.com/python/python-rest.html) 968 | - [Python wrapper for Yahoo](http://code.google.com/p/python-weather-api/) 969 | 970 | ### [Yahoo Query Language](https://developer.yahoo.com/yql) - SQL-like query language 971 | - [API Documentation](https://developer.yahoo.com/yql/guide/) 972 | - [Python wrapper for Yahoo Query Language](https://myql.readthedocs.org/en/latest/) 973 | 974 | ### [Yelp](http://www.yelp.com) - Local search website 975 | - [API Documentation](http://www.yelp.com/developers/documentation) 976 | - [Python wrapper for Yelp](https://github.com/mathisonian/python-yelp-v2) 977 | 978 | ### [You Need a Budget (YNAB)](http://www.youneedabudget.com/) - Personal budgeting software 979 | - [Python wrapper for YNAB](https://github.com/aldanor/pynab) 980 | 981 | ### [YouTube](http://www.youtube.com) - Video-sharing website 982 | - [API Documentation](https://developers.google.com/youtube/) 983 | - [Python wrapper for YouTube](https://pypi.python.org/pypi/youtube-api-wrapper/0.2) 984 | 985 | ### [Zoop](https://zoop.com.br/) - Payment Gateway 986 | - [API Documentation](https://docs.zoop.co/docs) 987 | - [Python wrapper for Zoop](https://pypi.org/project/zoop-wrapper/) --------------------------------------------------------------------------------