[ENG] STEEM Security - receive STEEM alert messages via Discord

Image
by joviansummer original STEEMIT post: https://steemit.com/blog/@joviansummer/eng-steem-security-receive-steem-alert-messages-via-discord Hello, this is @joviansummer(witness: @jswit). I'd like to introduce my new experimental project, "STEEM Security." I started this dev project for my personal use, but decided to overhaul the code to make it available to all steemians. This is a Discord bot which will send STEEM security alert to you. Currently, the bot will send an alert message if the following operations happen: - sending STEEM/SBD to another account - changing SP delegation - account update Here is how you set up the Discord bot: Login to Discord and join my STEEM_SECURITY server: https://discord.gg/pawu8YTAvm If you check the member list, you will see "STEEM_SECURITY" bot account. Right-click the bot account and select "Message" to open a DM(direct message) channel with it. On DM channel, register your steem account by sending &q

nuitka - 파이썬(python) 스크립트를 C 언어로 변환하여 컴파일

by joviansummer
original STEEMIT post: https://steemit.com/blog/@joviansummer/nuitka-python-c


파이썬 스크립트를 C 언어로 변환하여 컴파일해 주는 프로그램이 있더군요. 당장 쓸 일은 없겠지만 나중에 유용할 수도 있을 것 같아 일단 기록해 둡니다.

nuitka라는 프로그램이고, 공식 웹사이트는 아래의 링크입니다.

https://nuitka.net/

C 언어로 바꾼 후에 컴파일하여 실행 파일을 만들어 주기 때문에 파이썬뿐만 아니라 C 컴파일러가 설치되어 있어야 합니다.

파이썬은 인터프리터(interpreter) 방식이기 때문에 nuitka를 이용해서 컴파일하면 스크립트를 실행하는 것보다 속도 측면에서 이득이 있지 않을까 생각됩니다.

일단은 이런 것이 있다는 정도만 기록해 놓고, 나중에 사용할 필요가 생기면 좀 더 자세히 알아보려고 합니다.

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