niho #1
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