예제 #1
0
#!/usr/bin/env python
# coding: utf-8

from fish_slapping import Bot

bot = Bot("*****@*****.**", "secret_password")
bot.run()