예제 #1
0
파일: main.py 프로젝트: xabram/slybot
def main():

    bot = TwitterBot()
    bot.run()
from bot import TwitterBot

bot = TwitterBot(cashtag=["bitcoin"])
bot.run()