Skip to main content

Unofficial Python wrapper for DisplayPurposes.com.

Project description

📸 InstaHashtag

Unofficial Python API wrapper for DisplayPurposes.

Installing

pip install instahashtag

Documentation

Documentation for this module can be found here.

Use

This library is built as a layer-based module and may be used in different ways depending on the use case of the user. In this README file only the wrapper module is documented, but for further use cases please check out the docs above.

Wrapper

A complete Python wrapper around the API.

from instahashtag import Tag, Graph, Maps

tag = Tag(hashtag="instagram")
graph = Graph(hashtag="instagram")
maps = Maps(
    x1=-80.48712034709753,
    y1=25.750749758162012,
    x2=-79.82794065959753,
    y2=25.854604964203453,
    zoom=12,
)

Check out the documentation above to understand how the objects behave, and what attributes are accessible.

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

instahashtag-1.0.0.tar.gz (15.2 kB view hashes)

Uploaded Source

Built Distribution

instahashtag-1.0.0-py3-none-any.whl (12.1 kB view hashes)

Uploaded Python 3

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