如何自己弄一个 DALL-E 3 bing 的 tg bot.
1. 确保自己是美国的 ip 并且保证自己浏览器访问 https://bing.com/create 不跳 bing.cn (可以尝试用 GitHub 登陆)
2. https://github.com/acheong08/BingImageCreator 参考这个项目拿到 bing 的 cookie, 但这里有个注意,不能用最新版需要 0.4.4, pip install BingImageCreator==0.4.4
3. 拿到 tg 的 token, 去 Google 搜索,去问 ChatGPT 都可以,需要在 botfather 那拿
4. 把两个填到这个项目的代码里
5. pip install -r requirements.txt
6. 启动
链接:https://github.com/yihong0618/tg_bing_dalle
1. 确保自己是美国的 ip 并且保证自己浏览器访问 https://bing.com/create 不跳 bing.cn (可以尝试用 GitHub 登陆)
2. https://github.com/acheong08/BingImageCreator 参考这个项目拿到 bing 的 cookie, 但这里有个注意,不能用最新版需要 0.4.4, pip install BingImageCreator==0.4.4
3. 拿到 tg 的 token, 去 Google 搜索,去问 ChatGPT 都可以,需要在 botfather 那拿
4. 把两个填到这个项目的代码里
5. pip install -r requirements.txt
6. 启动
链接:https://github.com/yihong0618/tg_bing_dalle