<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>NIUBOYI - 脚本分享</title>
    <link>https://www.niuboyi.com/forum-75-1.html</link>
    <description>Latest 20 threads of 脚本分享</description>
    <copyright>Copyright(C) NIUBOYI</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Wed, 29 Apr 2026 16:37:52 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.niuboyi.com/static/image/common/logo_88_31.gif</url>
      <title>NIUBOYI</title>
      <link>https://www.niuboyi.com/</link>
    </image>
    <item>
      <title>多帐号批量混剪短视频，AI文案，AI克隆配音，带字幕，带背景音，高质量</title>
      <link>https://www.niuboyi.com/thread-1051-1-1.html</link>
      <description><![CDATA[和上一个单账号的比较 https://www.niuboyi.com/thread-1050-1-1.html  这个版本是多账号的，购买任何一个都送另外一个。
可以为不同的账号配置不同的 视频素材、克隆不同的声音，不同的文案，不同的背景音。
只包括视频混剪合成部分，文案和原始视频素材处理是提前准备 ...]]></description>
      <category>脚本分享</category>
      <author>总版主</author>
      <pubDate>Wed, 18 Sep 2024 06:26:33 +0000</pubDate>
    </item>
    <item>
      <title>单帐号批量混剪短视频，AI文案，AI克隆配音，带字幕，带背景音，高质量</title>
      <link>https://www.niuboyi.com/thread-1050-1-1.html</link>
      <description><![CDATA[只包括视频混剪合成部分，文案和原始视频素材处理是提前准备好的，目前做到一起是不太合理的。
脚本中涉及到的核心能力全部由本地程序搭建，没有额外的付费，不用更新，一次部署永远使用。
版主公司的电脑是GTX2060，大概平均3分钟出一个1分钟的视频。

自动制作过程中 ...]]></description>
      <category>脚本分享</category>
      <author>总版主</author>
      <pubDate>Wed, 18 Sep 2024 03:53:11 +0000</pubDate>
    </item>
    <item>
      <title>抖音抓评论脚本，轻松抓评论，保存到CSV的方法</title>
      <link>https://www.niuboyi.com/thread-1036-1-1.html</link>
      <description><![CDATA[#!/usr/bin/env python3
# coding:utf-8
import datetime
import csv
from DrissionPage import ChromiumPage

def save_comments_to_csv(comments, writer):
    for comment in comments:
        text = comment[\'text\']
        nickname = comment[\'user\']]]></description>
      <category>脚本分享</category>
      <author>总版主</author>
      <pubDate>Mon, 08 Jul 2024 16:22:58 +0000</pubDate>
    </item>
    <item>
      <title>Python 在当前浏览器打开网页执行自动化任务爬虫任务</title>
      <link>https://www.niuboyi.com/thread-1035-1-1.html</link>
      <description><![CDATA[很多时候我们抓数据或者在一些平台上执行任务时，通常需要登录，当我们构建脚本时会遇到很多错误需要修改，这样就会遇到一个问题，每次我们启动浏览器都会一个新的浏览器窗口而且是没有登录无任何痕迹的，这样就会很麻烦每次都需要一遍遍登录，那么通过今天的方法我们就 ...]]></description>
      <category>脚本分享</category>
      <author>总版主</author>
      <pubDate>Mon, 08 Jul 2024 16:21:27 +0000</pubDate>
    </item>
  </channel>
</rss>