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.
22 lines
228 B
Python
22 lines
228 B
Python
3 years ago
|
#!/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")
|
||
|
|
||
|
|