分类 福利教程 下的文章

转载请注明出处:小锋学长生活大爆炸[xfxuezhang.blog.csdn.net]
请勿用于非法用途!

想搜集会动态更新的诈骗案例,用于做反诈宣传脚本,但网上都是诈骗静态帖子,没有会更新的。所以,瞄准了“国家反诈APP”,哈哈。做得挺好的!


宣传页链接

https://fzapph5.gjfzpt.cn/#/spread/spreadList


第一页帖子链接

https://oss.gjfzpt.cn/preventfraud-static/h5/list/1-1/1-1-1.json


其他页面链接

请自行抓包获取。

示例使用代码

import pyshorteners
import requests
import time


# 存储上一次查询的结果
antispoofing_store = []  
def antiSpoofing():
    url = 'https://oss.gjfzpt.cn/preventfraud-static/h5/list/1-1/1-1-1.json'
    res = requests.get(url).json()
    lists = res['list']
    content = ''
    max_item = 3
    for item in lists[:max_item]:
        id = item['id']
        title = item['title']
        localFilePath = item['localFilePath']
        releaseTime = item['releaseTime']
        if id in antispoofing_store:
            continue
        else:
            if len(antispoofing_store) >= max_item: 
                antispoofing_store.pop(0)
            antispoofing_store.append(id)
            # 生成短链
            localFilePath = pyshorteners.Shortener().clckru.short(localFilePath)
            content += f'☠【{title}】——[{releaseTime}]\n☛{localFilePath}☚\n\n'
    if content:
        print('>> 无更新')
    return content.strip()

# --------------------------------- #
antiSpoofing()
time.sleep(2)
antiSpoofing()
```


输入一段话,生成一幅图。


整合版网盘下载:
https://pan.baidu.com/s/1N19gXFkfC46ID-T_xQbjgA?pwd=z986
在线简单体验版:
https://huggingface.co/spaces/stabilityai/stable-diffusion
在线Beta版:
https://beta.dreamstudio.ai/dream
视频介绍:
https://www.bilibili.com/video/BV1aN4y1A7j1
配置与使用指南:
https://sspai.com/post/75544
资料汇总:
https://www.bilibili.com/read/cv18404783
官方网站:
https://stability.ai


大疆内置的全景图不好用,导出就成了平面图了,只能在他的“天空之城”上看,很不方便,而且他的全景图像素降低了,所以我们要自己制作。

1、先用大疆或者其它设备拍一组全景照。

2、然后下载并安装“PTGui”软件,用于拼接图像。(免费的)

3、打开软件,导入照片。顺序没关系。

4、对齐影像。

5、微调。如果没问题,也可以直接x掉。

6、导出图片。一般也不用改,注意一下导出路径。

7、用Photoshop打开这个图片,选择“内容填充识别”,把黑色部分补一下。

如果没问题,就点“确定”吧

导出成品JPG,一般也不需要调整。

这时候还只是平面图。

8、浏览器进入“720云”或者“九商VR云”(不是广告,无关系喔),或者其他你知道的全景制作平台。点“发布项目”,然后上传全景图并填完整信息,即可生成在线版了~~
])

9、生成了VR全景图了,将链接分享给大家吧~

大家快去试一试吧~~~