2022-03-04 19:16:52 +08:00
|
|
|
|
#!/usr/bin/python3.8.4 (python版本)
|
|
|
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
|
|
# @Author : UzJu@菜菜狗
|
|
|
|
|
|
# @Email : UzJuer@163.com
|
|
|
|
|
|
# @Software: PyCharm
|
|
|
|
|
|
# @Time : 2022/2/28 5:18 PM
|
|
|
|
|
|
# @File : conf.py
|
|
|
|
|
|
|
2022-03-06 16:56:26 +08:00
|
|
|
|
# from fake_useragent import UserAgent
|
|
|
|
|
|
# UA = UserAgent(use_cache_server=False)
|
2022-03-04 19:16:52 +08:00
|
|
|
|
|
2022-03-06 16:56:26 +08:00
|
|
|
|
# headers = {
|
|
|
|
|
|
# "UserAgent": UA.random
|
|
|
|
|
|
# }
|
|
|
|
|
|
"""
|
|
|
|
|
|
2022年3月6日 16:55
|
|
|
|
|
|
部分用户反馈该库存在报错的问题,故此目前删除该库
|
|
|
|
|
|
最开始使用该库是因为想用HTTP的方式实现功能,所以使用了fake_useragent
|
|
|
|
|
|
现在实现的方式是直接调SDK所以不需要这个Fake_useragent了
|
|
|
|
|
|
"""
|
2022-03-04 19:16:52 +08:00
|
|
|
|
|
2022-03-06 17:00:09 +08:00
|
|
|
|
AliyunAccessKey_ID = ""
|
|
|
|
|
|
AliyunAccessKey_Secret = ""
|