niho #1

Merged
nihonium merged 13 commits from niho into master 2021-12-03 15:48:13 +03:00
Showing only changes of commit 8ea5b95573 - Show all commits

21
main.py Normal file
View file

@ -0,0 +1,21 @@
#!/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")