Skip to content

This repository includes sample code showing how to interact with messaging based services provided by IBM Research Ireland.

License

Notifications You must be signed in to change notification settings

mathsinn/pycloudmessenger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pycloudmessenger

The purpose of this project is to provide sample code for interacting with various messaging based cloud platforms provided by IBM Research Ireland.

Install

git

git is a free open source distributed version control system used to manage and maintain the pycloudmessenger sample source code.

Follow these instructions to install git on your local machine.

After git is installed, run the following command:

git clone https://github.com/IBM/pycloudmessenger.git

which creates a copy of the sample source code in this repository in a directory named pycloudmessenger on your local machine.

Python

This sample code uses Python. A minimum version of 3.5 is required; version 3.7 is preferred.

Linux

Python is typically pre-installed on Linux. Execute the following command to determine what version is installed:

python -V 

If the version of Python installed on your Linux machine is less than 3.5, update Python using your Linux distribution's package manager.

Windows & Mac OS X

Follow these instructions to download and install Python on Windows and Mac OS X.

References

About

This repository includes sample code showing how to interact with messaging based services provided by IBM Research Ireland.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.0%
  • Makefile 1.0%