10월, 2023의 게시물 표시

Kraken api - get token with python

Kraken api - get token with python an example of how you can generate a WebSocket authentication token using Python for Kraken's API: ```python import time import base64 import hashlib import hmac import urllib.request import json # Replace with your Kraken API public and private keys api_key = 'YOUR_API_PUBLIC_KEY' api_secret = 'YOUR_API_PRIVATE_KEY' # API endpoint and parameters api_path = '/0/private/GetWebSocketsToken' api_nonce = str(int(time.time() * 1000)) api_post = 'nonce=' + api_nonce # Create the SHA256 hash api_sha256 = hashlib.sha256(api_nonce.encode('utf-8') + api_post.encode('utf-8')).digest() # Create the HMAC signature api_hmac = hmac.new(base64.b64decode(api_secret), api_path.encode('utf-8') + api_sha256, hashlib.sha512) api_signature = base64.b64encode(api_hmac.digest()) # Create the request api_request = urllib.request.Request('https://api.kraken.com' + api_path, api_post.encode('utf-8')) ap

일할때 꼭 알아야할 AI 도구 트렌드 (AI Trending Tools)

이미지
일할때 꼭 알아야할  AI 도구 트렌드 ( AI Trending Tools) AI를 이용한 다양한 도구들을 알아 봅니다. ​ 🍎 CoachVox : 생성형 AI로 자신의 AI 버전을 생성하여 콘텐츠와 스타일에 맞춰 훈련된 AI로 자신을 복제 ​ https://coachvox.ai/ 🍉 FineShare: ​ 비디오 및 회의 기능을 자동으로 생성하는 풍부한 이미지, 음향 효과, 템플릿 라이브러리를 이용하여 자신만의 매력적인 화상 회의 가능 https://www.fineshare.com/ 🥙 Copy.ai : 기업형 AI 콘텐츠 생성 도구 생성 AI 플랫폼을 사용하여 더욱 빠르고 스마트하게 작업 https://www.copy.ai/ 🥞 AIPRM: ChatGPT의 프롬프트 관리 도구 AIPRM은 ChatGPT, Bard, Midjourney 및 DALL-E 2 기능을 제공하며 챗 GPT 프롬프트를 사용하여 몇 시간이 걸리던 마케팅, 영업, 운영, 생산성 및 고객 지원 작업을 몇 분 만에 완료할 수 있습니다. https://www.aiprm.com/ 🥦 Public Prompts: ​ Public Prompts AI 는 이미지 및 아트 생성을 위한 프롬프트 모음입니다. 프롬프트 라이브러리를 사용하여 코믹 아트, 로우 폴리, 펑키 팝 등과 같은 다양한 스타일 카테고리를 탐색할 수 있습니다 ​ https://publicprompts.art/ 🧅 Finalle : 실시간 금융 시장을 분석 리포팅을 제공 합니다. 주식흐름을 볼수 있는 간단한 아티클들을 읽을 수 있습니다. ​ https://finalle.ai/ 🥥 TextFX: ​ 글 쓰기 프로세스 확장 래퍼, 작가, 작가를 위한 AI 기반 도구입니다. TextFX는 Google의 PaLM 2 대규모 언어 모델을 사용하는 10가지 AI실험 도구를 제공 합니다. 텍스트와 언어로 창의적인 가능성을 창출하여 글쓰기 과정을 확장하도록 설계되었습니다. ​ https://textfx.withgoogle.com/

이 블로그의 인기 게시물

SSL/TLS 인증서 오류를 해결- 리눅스명령모음 - SSL certificate problem

(truffle 환경 설정) 스마트 계약 배포 와 truffle deploy 오류 해결 - Error: Could not find artifacts for SimpleStorage from any sources

자기주권 신원 (SSI Self-Sovereign Identity) 인증의 발전 그리고 정보 민주화 (Information Democratization)