그누보드 영카트에서 텔레그램으로 전송하는 경우로 검색하면 대강 아래와 같은 코드들이 나오는데 sns 공유하기와 게시물작성 혹은 주문완료에서 알림을 넣고 싶을때 참조하면 좋습니다. /bbs/sns_send.php 위치에서 case 'telegram' : header("Location:https://telegram.me/share/url?url=".$short_url."&text=".$title); break; $telegram_sns_send = G5_BBS_URL.'/sns_send.php?longurl='.urlencode('https://'.$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']); $telegram_sns_send .= '&title='.urlencode(..
from telegram import Bot class TelegramBot: token = '##########:#########################' chat_id = '-100000000000' def __init__(self): self.bot = Bot(TelegramBot.token) def send_message(self, msg: str): self.bot.send_message(chat_id=self.chat_id, text=msg) if __name__ == '__main__': bot = TelegramBot() bot.send_message('테스트입니다') 텔레그램으로 프로그램 테스트 하다가 봇 메세지를 너무 많이 보내게 된 경우에 봇이 메세지 전송을 몇시간 이상 늦게 걸..
twocaptcha 에서 제공해주는 데모 버전으로 안될때 보통 g-recaptcha-response 에 토큰값을 입력하게 된다. 1. 가장 기본적인 형태는 아래처럼 token값 가져와서 입력인데 # https://github.com/2captcha/2captcha-python import sys import os sys.path.append(os.path.dirname(os.path.dirname(os.path.realpath(__file__)))) from twocaptcha import TwoCaptcha api_key = os.getenv('APIKEY_2CAPTCHA', 'YOUR_API_KEY') solver = TwoCaptcha(api_key) try: result = solver.recap..
- Total
- Today
- Yesterday
- 윈도우
- python
- 텔레그램
- 클라우드플레어
- 회원가입
- Cloudflare
- Apache
- 셀레니움
- 파이썬
- php8
- 멀티계정
- 에러
- 워드프레스
- 그누보드5
- xe
- 제로보드
- 텔레그램봇
- Fullcalendar
- 유튜브
- 파이선
- 그누보드
- .htaccess
- SSL
- Magisk
- lsposed
- php
- 오토셋
- 루팅
- 아미나
- 아파치
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |