Skip to content
/ odos Public

하루, 백준 한 문제 풀기를 위한 출석 체크

Notifications You must be signed in to change notification settings

0D0S/odos

Repository files navigation

0D0S

팀 소개

팀원


이수빈


고명준


이원진


정주영


정다인

Convention

commit message

formatting

  • 코드는 black으로 포매팅

naming convention

종류 규칙 예시
package 스네이크
module 스네이크 import module_name
class 파스칼(UpperCamelCase) class ClassName()
exception 파스칼(UpperCamelCase)
function 스네이크 def function_name()
constant 대문자 + 밑줄 MODULE_CONSTANT_NAME = 0
variable
parameter
locat variable
instance variable
스네이크 variable_name = 0
method 스네이크 method_name()
  • 변수 종류

    • 내부 변수(internal): 맨 앞 밑줄 하나
      • _protected_attribute_name = 0
      • from Module import * 했을 때, 가져오지 않는다.
    • 숨은 변수(hidden): 맨 앞 밑줄 두 개
      • __hidden_attribute_name = 0
      • 클래스 속성들도 사용
  • 자세한 건 PEP8 Naming Conventions 참고

프로젝트 설명

목적

  • 하루 한 문제씩 푸는지 확인하고 독촉하기 위한 슬랙봇

version

버전 추가 기능 삭제 기능
ver1.0.0 - 출퇴근 및 현재 위치 확인
- 연속으로 안 푼 날짜 체크
-연속으로 푼 날짜 체크
ver1.1.0 - 블랙홀 날짜 추가
- UI 개편
- 웹 크롤링 & API 사용
- 코드 객체화
- 자동화

추후 업데이트 예정

  • 11사이를 위한 기능 고안 및 제작

나오는 내용

display.png

  • 이모지와 이름
  • 백준 랭크
  • 연속으로 풀지 않은 날짜 or 연속으로 푼 날짜
  • 블랙홀 기간
  • 출퇴근 여부

csv 인덱스

이름 intra id baekjoon id 연속으로 푼 문제 수 총 푼 문제 수 오늘 확인했는가 확인한 날짜

구성원

42Seoul Baekjoon Github Tier
myko kmj951015 github kmj951015 백준
subinlee abyo github abyo 백준
hyobicho chodl201 github chodl201 백준
eunhcho hi_eunho github hi_eunho 백준
jaekkang rkdwornjs123 github rkdwornjs123 백준
seulee2 sngsho github sngsho 백준
juyojeon wdd1016 github wdd1016 백준
jiyeolee meiv0181 github meiv0181 백준
wonjilee joon6924 github joon6924 백준
yunjcho algorithm317 github algorithm317 백준
jinholee leejh9779 github leejh9779 백준
gyuhong guunee github guunee 백준
hysung hj3603 github hj3603 백준
sungwook silenc3 github silenc3 백준
daijeong Wilbur0306 github Wilbur0306 백준
danpark switb github switb 백준
hujeong heeho github heeho 백준
hyeonjo sosoid42 github sosoid42 백준
jelee2 neutrinox4b1 github neutrinox4b1 백준
hahseo h2o github h2o 백준
yejinam saltwoodyj github saltwoodyj 백준
suhbaek sbaek4908 github sbaek4908 백준
seonmiki sunsky github sunsky 백준
eunson ebcode2021 github ebcode2021 백준
yoahn dudtjs0920 github ebcode2021 백준
tyi seizediem github seizediem 백준
jeongble arat5724 github arat5724 백준

참고

About

하루, 백준 한 문제 풀기를 위한 출석 체크

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages