You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
misskey_bot/main.py

22 lines
228 B
Python

#!/usr/bin/python3
import requests
import re
import json
def img_upload():
pass
def create_post():
pass
def json_read(file):
pass
if __name__ == '__main__':
pass
config = json_read("config.json")