mirror of
https://github.com/cquest/tootbot.git
synced 2025-02-23 10:58:25 +00:00
shebang + cleanup imports
This commit is contained in:
parent
8793b2137a
commit
4b4e82c226
11
tootbot.py
11
tootbot.py
@ -1,14 +1,7 @@
|
|||||||
import os.path
|
#! /bin/env python3
|
||||||
import sys
|
|
||||||
import re
|
|
||||||
import html
|
|
||||||
import time
|
|
||||||
import shutil
|
|
||||||
|
|
||||||
import sqlite3
|
import os.path, sys, re, time, shutil, sqlite3, json, subprocess
|
||||||
from datetime import datetime, timedelta
|
from datetime import datetime, timedelta
|
||||||
import json
|
|
||||||
import subprocess
|
|
||||||
|
|
||||||
import feedparser
|
import feedparser
|
||||||
from mastodon import Mastodon
|
from mastodon import Mastodon
|
||||||
|
Loading…
x
Reference in New Issue
Block a user