mirror of
https://github.com/cquest/tootbot.git
synced 2025-02-23 02:48: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
|
||||
import sys
|
||||
import re
|
||||
import html
|
||||
import time
|
||||
import shutil
|
||||
#! /bin/env python3
|
||||
|
||||
import sqlite3
|
||||
import os.path, sys, re, time, shutil, sqlite3, json, subprocess
|
||||
from datetime import datetime, timedelta
|
||||
import json
|
||||
import subprocess
|
||||
|
||||
import feedparser
|
||||
from mastodon import Mastodon
|
||||
|
|
Loading…
Reference in New Issue
Block a user