Skip to content

mungtage/pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello! This is Mungtage's pipeline

Installation

conda env create -f environment.yml

Installation (manual)

conda update -n base -c defaults conda
conda create -n mungtage_pipe python=3.8
conda activate mungtage_pipe
conda install -c conda-forge python-dotenv -y
conda install -c conda-forge pytz -y
conda install -c anaconda requests -y
conda install -c conda-forge tqdm -y
conda install -c anaconda pymysql -y
conda install -c conda-forge pprintpp -y
conda install -c anaconda pandas -y

Usage

conda activate mungtage_pipe
python get_animals.py

About

동물 보호소 실시간 파이프라인

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages