docker-instabot/bot/app.py

11 lines
154 B
Python
Raw Normal View History

2018-04-11 13:19:44 +00:00
import os
import time
import json
from src import InstaBot
data = json.load(open('config.json'))
bot = InstaBot(**data)
while True:
bot.new_auto_mod()