With skype, notify with skype from python!

Installation

pip3 install SkPy

Initialization

from skpy import Skype sk = Skype(#ID#, #PASS#)

Message to the other party

c=sk.contacts["相手のID"].chat c.sendMsg ("Hello")

Send to group chat

g = sk.chats.chat ("Group Chat ID") g.sendMsg ("Hello, Group")

Know the other party's ID and group chat ID

sk.chats.recent()

web page

https://skpy.t.allofti.me/usage.html

Recommended Posts

With skype, notify with skype from python!
Call C from Python with DragonFFI
Using Rstan from Python with PypeR
Install Python from source with Ansible
Create folders from '01' to '12' with python
Run Aprili from Python with Orange
Call python from nim with Nimpy
Read fbx from python with cinema4d
Collecting information from Twitter with Python (Twitter API)
FizzBuzz with Python3
Receive textual data from mysql with python
Get html from element with Python selenium
Scraping with Python
Monitor Mojo outages with Python and Skype
Play audio files from Python with interrupts
Create wordcloud from your tweet with python3
Statistics with python
Scraping with Python
Python with Go
Tweet from python with Twitter Developer + Tweepy
Twilio with Python
Integrate with Python
Business efficiency starting from scratch with Python
Play with 2016-Python
sql from python
Decrypt files encrypted with openssl from python with openssl
AES256 with python
Tested with Python
python starts with ()
Image acquisition from camera with Python + OpenCV
with syntax (Python)
MeCab from Python
Getting started with Dynamo from Python boto
Bingo with python
Try calling Python from Ruby with thrift
Scraping from an authenticated site with python
Zundokokiyoshi with python
Use C ++ functions from python with pybind11
Let Python notify
Excel with Python
Microcomputer with Python
Cast with python
Collecting information from Twitter with Python (Environment construction)
Send a message to LINE with Python (LINE Notify)
Extract text from PowerPoint with Python! (Compatible with tables)
Image processing from scratch with python (5) Fourier transform
Wrap C with Cython for use from Python
~ Tips for Python beginners from Pythonista with love ① ~
Make OpenCV3 available from python3 installed with pyenv
Image processing from scratch with python (4) Contour extraction
Generate an insert statement from CSV with Python.
Create a decision tree from 0 with Python (1. Overview)
Bulk download images from specific URLs with python
Wrap C ++ with Cython for use from Python
Wav file generation from numeric text with python
Make JSON into CSV with Python from Splunk
~ Tips for Python beginners from Pythonista with love ② ~
Extract data from a web page with Python
Registering with PyPI from modern Python library self-made
Serial communication with Python
Zip, unzip with python