Skip to content

masamichi-kanakubo/kvs-redis-solution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Reproduction of Craft Counter with redis and python/Notification to slack constantly

Overview

My Skills

reproduction counter DB by key-value-store and get value constantly to notification to slack

Quick Start on Your Device

environment

  • macOS
  • venv
  • python3.12.0

connect my remote repository to ur local one

git clone https://github.com/masamichi-kanakubo/kvs-redis-solution.git

activate venv

cd kvs-redis-solution
python3 -m venv venv
source venv/bin/activate

install the modules u need

pip install -r requirements.txt

or

pip install redis==5.0.1
pip install python-dotenv==1.0.0
pip install slack-sdk==3.24.o

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages