An open API service indexing awesome lists of open source software.

https://github.com/kenmwaura1/zoo-texts

Simple flask application using Flask and Africas Talking sdk to get and update the client when a streamer is online
https://github.com/kenmwaura1/zoo-texts

Last synced: 3 months ago
JSON representation

Simple flask application using Flask and Africas Talking sdk to get and update the client when a streamer is online

Awesome Lists containing this project

README

          

# zoo-texts

Simple text application using Twitch API and Africas Talking Text Api to update when a streamer is online.

Made using Flask framework and Africas Talking python sdk

## Prerequisites

Register for an account on [Africas Talking ](https://africastalking.com/)

Grab the sandbox credentials OR create a production app and get the production credentials

Create a .env file and add the credentials
## Installation
clone the repo

`git clone`

Change into the directory

`cd `

Create a virtual environment

`python3 -m venv ` OR use pipenv `pipenv shell`

Install the requirements

`pip install -r requirements.txt`

Run the application

`python3 app.py`