new file: main.py
This commit is contained in:
parent
3e6e51a64c
commit
8ea5b95573
1 changed files with 21 additions and 0 deletions
21
main.py
Normal file
21
main.py
Normal 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")
|
||||
|
||||
|
Loading…
Reference in a new issue