Skip to main content

YandexXMLSearch API, XML to JSON converter

Project description

# Yandex XML Search

You can easily convert XML data to JSON data which fetched from YandexXMLSearch API.

https://xml.yandex.com

### Module Page

[searchxmlyandex](https://pypi.org/project/searchxmlyandex/)

### Dependencies

  • Python<=2.7

### Prerequisites

  • requests

### Installing ` pip install searchxmlyandex `

## Usage

Example usage as shown below.

` from searchxmlyandex.YandexXMLSearch import YandexXMLSearch user, api_key = 'username','api_key' query = raw_input('Search Term: ') parser = YandexXMLSearch(user,api_key,query) `

### Method List

  • getQuery

  • setQuery

  • search

  • getTotalPageCount

  • getTotalResultCount

  • getAllResults

  • getResponseDate

  • getJSONObject

  • getResultJSONString

## Authors

See also the list of [contributors](https://github.com/0xSaiyajin/searchxmlyandex/contributors) who participated in this project.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

searchxmlyandex-0.0.5.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

searchxmlyandex-0.0.5-py2-none-any.whl (4.7 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page