reorg modules

This commit is contained in:
cquest 2019-04-03 17:44:07 +02:00
parent 722e7192dd
commit 720aff1abd

View File

@ -1,12 +1,12 @@
import os.path import os.path
import sys import sys
import feedparser
from mastodon import Mastodon
import json
import requests
import re import re
import sqlite3 import sqlite3
from datetime import datetime, date, time, timedelta from datetime import datetime, timedelta
import feedparser
from mastodon import Mastodon
import requests
if len(sys.argv) < 4: if len(sys.argv) < 4:
print("Usage: python3 tootbot.py twitter_account mastodon_login mastodon_passwd mastodon_instance") print("Usage: python3 tootbot.py twitter_account mastodon_login mastodon_passwd mastodon_instance")