jsup/avle code update - you don't have to write post everyday

by joviansummer original STEEMIT post: https://steemit.com/blog/@joviansummer/jsup-avle-code-update-you-don-t-have-to-write-post-everyday Hello, this is @joviansummer, developer of @jsup and@avle voting service. Voting service code for @jsup and @avle has been updated. I had been considering this update for a while, and recently I could come up with detailed implementation plan which resulted in a relatively swift code revision. The new added feature is capability to give daily upvote to the first thing you write for the day(timezone GMT+9) regardless of post or comment/reply. Writing a post everyday can be challenging. In that case, you can write a reply to receive daily upvote because writing a reply everyday is much easier and also a good way to engage in your community. Writing a post everyday just to get an upvote can be very tedious and exhausting, and post itself could easily become low-quality. There may be people who enjoy writing a post everyday, but we can't ignore th...

텔레그램 챗봇 구현을 위한 파이썬 모듈

by joviansummer
original STEEMIT post: https://steemit.com/blog/@joviansummer/32nk9x


텔레그램(Telegram) 메신저에서 챗봇(chatbot)을 만들고 제어할 수 있는 파이썬 모듈이 있습니다.

우선 텔레그램 봇을 소개하는 공식 문서는 아래의 웹사이트에 있습니다.

Bots: An introduction for developers https://core.telegram.org/bots

위 문서의 "6. BotFather" 항목에 봇을 만드는 절차가 설명되어 있습니다.

봇을 제어하기 위한 API를 파이썬에서 편리하게 사용할 수 있게 해주는 모듈이 있는데 python-telegram-bot이라는 모듈입니다. 공식 웹사이트는 아래의 링크입니다.

python-telegram-bot https://github.com/python-telegram-bot/python-telegram-bot

스팀잇 자동 보팅 서비스 개발에서 파이썬 챗봇을 활용하는 방안을 검토하고 있는 중입니다.

Comments

Popular posts from this blog

Nuitka - 파이썬 스크립트를 바이너리 실행 파일로 변환

[ENG] jsup 2.0 - make your upvote great again

[EN] STEEM-services: dapps/services webpage with sort and search functions