A Basic RESTFul API Service with Python Flask. We will be using the Flask, jsonify and request classes to build our API service. Description of this demonstration: Our API will be able to do the following: Create, Read, Update, Delete…
API
A collection of 6 posts
Send SMS Messages with Python and Twilio via their API
This post will guide you through the steps on how to send SMS messages with Python and Twilio. We will use talaikis.com API to get a random quote that we will include in the body of the sms. Signup…
Basic RESTFul API Server with Python Flask
A Basic RESTFul API Service with Python Flask. We will be using the Flask, jsonify and request classes to build our API service. Description of this demonstration: Our API will be able to do the following: Create, Read, Update, Delete…
Your First Python Lambda Function on AWS Using the AWS CLI Tools
Your first Lambda function on AWS with Python using the AWS CLI. Today we will use the AWS CLI Tools to create a Basic Lambda Function that will use the requests library to make a GET request to a Random…
Using Python to Interact with the RocketChat API
window.dojoRequire(["mojo/signup-forms/Loader"], function(L) { L.start({"baseUrl":"mc.us15.list-manage.com","uuid":"3dfcff447b6ee598231eeb658","lid":"5c36081d06","uniqueMethods":true}) }) In my previous post we went throught the steps on how to get Rocket Chat up and running. Today we…
Setup RocketChat on Docker Swarm with Traefik Reverse Proxy
Rocket Chat is a Great Self-Hosted Open Source Communication Platform for Teams and Communities. You can almost categorize it as a Open Source Self Hosted Slack-like Platform. Features: Rocket Chat offers features such as: Chat Platform API Live Support Chat…