Skip to main content

unofficial meocloud package

Project description

MEOCLOUD

UNOFFICIAL MEOCLOUD PACKAGE

Install

Use pip to install the latest stable version of meocloud:

$ pip install meocloud

Create a credential

Before, create a new app in https://meocloud.pt/my_apps, then:

meocloud mycredential

Use mode

from meocloud.services import MeoCloud

consumer_key='***'
consumer_secret='***'
oauth_token='***'
oauth_token_secret='***'
meo = MeoCloud(consumer_key=consumer_key, consumer_secret=consumer_secret, oauth_token=oauth_token, oauth_token_secret=oauth_token_secret)
print(meo.get_list('/'))

Use with requests package

before you need run pip install requests

import requests
from meocloud.services import MeoCloud

meo = MeoCloud(consumer_key=consumer_key, consumer_secret=consumer_secret, oauth_token=oauth_token, oauth_token_secret=oauth_token_secret)
auth = meo.auth_in_request()
url = f'https://api.meocloud.pt/1/List/meocloud('
r = requests.get(url=url, auth=auth)
r.content

If you have questions, send them to igordantas91@icloud.com

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

meocloud-0.0.2-py3-none-any.whl (3.6 kB view details)

Uploaded Python 3

File details

Details for the file meocloud-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: meocloud-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 3.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.8.5

File hashes

Hashes for meocloud-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 f72dbca20cfbcab7c9eaa37ab7babe4467bb3cf414edbcfcc934a9d257f548c2
MD5 ffb82cafacb39cac19eb3c4e82e7fc82
BLAKE2b-256 243d3cb2c166caec571da04b7532d05097fac349de347f3a0e0a2839e310e989

See more details on using hashes here.

Supported by

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