Exemplo n.º 1
0
def main():

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

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