SafeBrowsing
-
[GoLee] Daily Scrum #9스미싱 프로젝트/데일리 스크럼 2020. 5. 9. 11:00
제목 : [GoLee] Daily Scrum #9 한 일 : > 고 준성 : - 기존 db연동 php -> python (완) 실습환경 AWS + ubuntu 18.04 + nginx + python(flask) 기초 html 파일 및 실행결과 flask로 변경 및 sample Safebrowsing 코드입니다. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 @app.route("/") def index(): return render_template('index.html') @app.route("/post", methods=['POST']) def post(): value = request.form['test'] s = SafeBrowsing(os.getenv('gsb_key')) r ..
-
Python (Pysafebrowsing 키 발급 및 패키지 설치 )Python/Python 2020. 4. 29. 01:01
Google api 중에서 Pysafebrowsing 키 발급 과 간단한 예제를 실행해볼 예정입니다. https://console.developers.google.com/Google Cloud Platform하나의 계정으로 모든 Google 서비스를 Google Cloud Platform을 사용하려면 로그인하세요.accounts.google.com해당 사이트에서 로그인을 하면 간단한게 google api를 실행할 수 있습니다. 로그인을 한 후 좌측 상단에 라이브러리를 클릭 라이브러리 이동후 SafeBrowsing 을 검색해줍니다 . 검색한 후 사용 설정을 누름 그 후 간단한 프로젝트 설정 이 (추후 포스팅) 있는데 설명은 생략하겠습니다 ... 사용 설정을 누른 후 좌측 상단에 키 부분을 스크립트 해줍니다..