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
- Host: GitHub
- URL: https://github.com/kenmwaura1/zoo-texts
- Owner: KenMwaura1
- Created: 2020-02-28T12:33:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T02:58:39.000Z (almost 3 years ago)
- Last Synced: 2025-07-09T05:57:36.662Z (3 months ago)
- Language: HTML
- Homepage:
- Size: 1.48 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
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`