用分布式爬虫爬取b站数据:1. 在b站搜索Keywords (电影解说)获取 bvid(视频的唯一标识符)和视频的基本信息(包括标题,链接,时长等),每5分钟一次重新搜索Keywords获取新发布的视频的bvid和基本信息,保存入数据库 2. 根据视频的bvid,可以调用b站的api获取到视频当前(访问视频网站链接那一个时刻)的各指标信息(包括观看量、点赞、收藏等),从第一次开始调用api爬的时间开始,每5分钟后接着调用api爬一次,导入数据库。3.爬取一周内新发布的视频的数据,每个视频连续追踪爬取一周。 2. Define error handling mechanisms for API interactions. The preferred programming language for the project is Python.
...from a large text file and slowly write them into individual small text files in the target folder. --- ### GitHub Repository Requirements document and text to be processed are available at the GitHub repository: []() --- ### Summary of Requirements Extract the WhatsApp group chat records from a large text file `` located in the `HistoryMsg` directory and slowly release them into the target folder. Each message should become a small file where the content is the translated version of the message. For images or other attachments (images do not require translation), release them as individual files, one file per attachment. After writing each small file, wait for a random
1. Project Overview A multilingual, international customer service platform that allows users to configure multiple chatbots with GPT API integration for AI-powered responses. The platform will offer flexible permission management, business features (e.g., chatbot-based pricing, coupon support, affiliate marketing), and support user-defined group management to meet the needs of enterprise clients. 2. System Roles and Permissions 1. Administrator (Admin) • Manage global functions and configurations, including user management, subscription management, affiliate marketing, cashback rewards, etc. 2. B-End Users (Enterprise Customers/Platform Users) • Primary Account: Responsible for creating and managing chatbots, configuring customer service permissions, grouping users...
...of the existing system, with a focus on improving user experience, security, subscription services, payment integration, and management capabilities. The goal is to develop a versatile and flexible AI API platform that ensures system stability, efficiency, and security. Website: 2. Development Features Overview 2.1 Bug Fixes Add a fix for the logo redirection bug: Correct the error where the logo does not redirect properly, ensuring normal navigation to the homepage or the specified page. Add a check for all code bugs: Conduct a thorough code review, identify and fix all potential issues, ensuring logical correctness and stable operation of the code. 2.2 Data Monitoring and Display Add data monitoring features in the admin system, displaying the following metrics: Add user
I have an existing Android application that I recently attempted to upgrade to support Android 14 (API Level 34). After the upgrade, the app has encountered several issues that need to be resolved by an experienced Android developer. Main issues include: Membership Time Loading Error: When the app starts, there's an error in loading the membership time, causing the app to remain in a loading (spinning) state and unable to proceed to the main interface. Menu Click and Language Switching Issues: Clicking on menus and switching language buttons may cause the app to loop or redirect continuously. Sometimes, after switching to another language, it automatically reverts back to English and doesn't retain the user's chosen language. Publishing to Google Play Inter...
1.对添加到软件的资源进行浏览、添加、删除。资源包含Word、Excel、PPT、PDF音视频。 2.对访问软件资源的用户以账号形式进行权限管理,并可以通过管理账号进行用户账号的权限编辑。 3.如果是网页形式,需要能在本地和局域网进行访问网站。
I am looking for a student or junior UI/UX designer to create an engaging user interface for a SaaS website, greeting a seamless experience for our users. Key Responsibilities: * Use UI design kit out in the market to speed up the design. Design Preferences: * Incorporate a modern and minimalist design approach to make the website ...proficiency in website UI/UX design * Previous experience with SaaS platform design * Familiarity with modern, minimalist, and professional design approaches * Good understanding of color theories and user interface trends The applicant should demonstrate the willingness to learn and also to provide feedback and ask questions. If you're interested in this job, please submit your quote with first word saying: "15:35", otherwise your pr...
...如果您有必要的技能和经验,请提供您对SIEM和SOAR平台开发的建议和提案。 --- I am looking for a skilled freelancer to develop a SIEM and SOAR platform for my cyber security needs. The platform should have the following features: - Log management and analysis capabilities - Efficient threat detection and response mechanisms - Automation and orchestration functionalities While I do not have a specific platform in mind, I am open to recommendations from the freelancer. As for the budget, I am looking for a solution that falls within the range of less than $3,000. Ideal Skills and Experience: - Experience in developing SIEM and SOAR platforms - Proficiency in log management and analysis - Knowledge of cyber security threats and response mechanisms - develop the platform using amy programming l...
1. 必須懂廣東話 2. 能用whatsapp與香港時間同步溝通 3. 工作耐心認真負責 4. 建設wordpress網站,按給予的模板仿製 5. 中英兩種語言 6. woo-commerce購物車及會員系統 7. 預計工作時間為3-4日 8. 必須包含電腦版與手機版 9. 支付方式是銀行轉賬(直接展示銀行號碼)及展示payme 二維碼,及paypal 10. 如客人有需要後台training ,需要教客人使用簡單後台及培訓(on line) 11. 包含網站遷移、服務器設置(客人自行購買服務器)、域名指向等全套服務 12. 內頁會找類似樣板,請模仿並建議更漂亮的形式進行製作,而不會提供首頁設計 13. 首頁已經設計好,並會提供AI文檔 14. 提供購買服務器建議及協助版面設置等 15. 整個項目完成預算大約HKD 1800
您好,Worldtranslator。我留意到了你的简历,想让您参与我的项目。我们可以讨论一下项目的细节。
需求概述: 将get到的长链接转换成短链接后,用二维码api生产二维码显示到前端。 具体需求: 1.用YOURLS搭建 短链接服务。 并用shortcode方式写入function.php. 方便前端用shortcode调用。实例:下图是一个获取当前网址的shortcode,可以用来获取当前的长链接。 在前端,通过使用[geturl] 就可以显示输出当前网址。 (当然,输出当前网址方式有很多,这里只是实例说明 SHORTCODE的使用方法。) 短链接转换后,代码结构类似于: 这样, 我可以通过使用[shorturl]短代码在前端显示 转换后的短链接。 2.最后,使用google 二维码API(如果有国内类似的二维码api也可以。)短链接转换为二维码。 代码如下: <img src=";cht=qr&chl=[shorturl]&choe=UTF-8;chld=H;" title="Link to "> 上面标红的,就是用短代码将转换后的短链接传递给google api。 这段前端代码,可以直接在页面使用,也可以在我打印PDF模板使用。 如果国内有类似的前端调用的二维码生成api,能这样使用,也是可以的。
LiteHTTP是一个 HTTP 机器人,正在 C# 中编程,基于 .NET 2.0 依赖项。 需要重新基于.net4.0依赖项。
我需要您来为我开发一些软件。该软件需要开发。
...use normally. Otherwise, every 3 hours, the software will automatically stop running. Every month, every user, regardless of sharing with several users, must have 2 shared users who have logged in before (during one month) Leave 2 pictures of the ad position above the software, click to jump, leave 2 font ads below the software, click to jump The software can't connect to the server or can't open, can't log in, etc. It automatically detects whether the connected server is attacked. In a few seconds, it can't connect to the replacement server and connect to another server. I will prepare 2 servers for this. ------------------------------------------------------------------ 不限制开发语言,预算1万RMB,价格可谈 主要功能: 软件使用QQipad协议,自动退出QQ讨论组(也叫多人聊天) 需要做成绿色软件,不需要安装直接运...
我们公司主要做香袋的,现在想要开拓婚礼礼品市场。需要设计一些适合婚礼类的香袋款式。 Our company mainly makes sachets and now wants to open up the wedding gift market. Need to design some sachet styles suitable for weddings. I want the designs to be similar to the ones below-
我们是中国的翻译公司,长期有配音业务需要寻找个人配音人员。现在寻找以下语言的配音人员:English, French, Spanish, German, Italian, Portuguese, Arabic, Japanese, Korean, Thai, Vietnamese, Hindi,以及其他语言
应用流程:发售日当天11点,应用会进入倒计时模式(10秒钟),然后系统会显示9个照片,如图所示 具体需求: 1.下一次发售是2月21号,我需要在这之前看到这个验证码 2.请简单解释一下你是怎么提取这个照片的
Mac C或C++ 苹果系统 MAC OS APP开发 总需求:开发一个应用程序,完成与USB设备通信,调用C语言 函数完成功能,在界面上显示对应数据 要求: 1. 提供APP源代码,注解 2. 打安装包
集成第三方API接口,具体要求请联系我详谈,谢谢!.........................................................................................................................................................
这是一个关于API接口集成的项目,集成第三方API接口......................................................................................................................................
你好·。 我们需要从事社交媒体营销和社会化媒体优化的人, 谁真专家在这个专业。 一个能组织我们在中国网络理做好广告的人, 谁可以引起用户的 (患者)对我们医院的注意。以及会作弊 (cheating likes) 在社交网络和吸引多用户. 你可以帮我们吗? 我们有自己的微博 和俄罗斯的网站翻译成中文,西班牙语和英文:
重启linode以后前端页面显示ERR_CONNECTION_TIMED_OUT, 修改过文件,但是都没有用. 里面内容模板都已经完成, 只需将页面重新上线可访问即可. 可以的话微信联系我: anbbvv.
重启linode以后前端页面显示ERR_CONNECTION_TIMED_OUT, 修改过文件,但是都没有用. 里面内容模板都已经完成, 只需将页面重新上线可访问即可. 可以的话微信联系我: anbbvv.
重启linode以后前端页面显示ERR_CONNECTION_TIMED_OUT, 修改过文件,但是都没有用. 里面内容模板都已经完成, 只需将页面重新上线可访问即可. 可以的话微信联系我: anbbvv.
...管理员可以create (data set name + ElasticSearch URL). 管理员可以查看和修改,所有的(data set name + ElasticSearch URL) 数据记录, 也可以删除单个的数据记录 用户可以在网站注册。注册成功后, 会收到确认(confirmation)电子邮件. 用户需要点击确认链接去确认账户建立。 用户可以保存自己的search criteria 在数据库. 用户登录网站后, 可以选择已经保存的的search criteria, 再按“FIND”按钮, 搜索结果以列表的形式显示出来。 ElasticSearch is an open source data search product. URL for reference: The end product will looks like yahoo stock screener (). Please see the attached word document for requirement details.
我们是一家在线培训公司。目前招聘自由职业IT人员,目标是在9月前为公司已有的官网搭建一个后台,需要有OA和HRM功能。 1. 用户登录,下单,支付,上传文件(通常是word文档) 2. 公司经理将客户下的任务人工分配给员工 3. 员工登录,下载文件,处理完文件后再次上传 4. 用户再次登录,下载文件,并在系统里面给这个单子打分,写反馈 5. 用户的反馈将直接存档到每位员工的电子档案里,以便经理定期管理员工表现和业绩 因此,平台需要能够处理公司的内部员工管理,包括绩效考核;同时要能为用户提供方便快捷的体验。除了要有以上功能,用户界面(UI)也希望能设计得人性化和美观。 要求: 1. 熟练掌握Java等语言 2. 有相关工作经验者优先 3. 沟通能力强者优先 说明: 1. 身份学历不限,能长期合作者优先 2. 薪酬从优,按任务完成质量发奖金,表现优秀者长期合作(下方投标价格仅供参考) 3. 自由职业,无须坐班,也没有固定的工作时间,能按截止日期完成任务即可 4. 需能在后期不定期帮助公司升级系统,公司将发放相应薪水 投递: 可通过本平台,也可以直接投递简历。简历投递邮箱:kevinyzl# (请将#替换成邮箱标志。可附上相关的作品) 如感兴趣,请尽快投递,谢谢!
我们需要做一个基于WebGL形式的3D人物名片,创意界面已经设计好,模型和人物贴图也会提供,需要实现多方位展示,和比较酷一些的出场效果,如果你这边可以制作的话,可以电话详细沟通一下,我的微信和电话:[Removed by Freelancer.com Admin]
我们是一个月子中心,这是我的原材料: 我想做一个网站,可以利用国内的平台,或者用微信工具易企秀那样,主要目的是用于宣传。还有像注册一个加V的微博。愿意听取你的建议,价格可以商量
1. 该软件用于一个光学系统的像质评价,有10种像质需要评价。 2. 可以选择编程语言 3. 该软件涉及软件和硬件编程(如果硬件编程有问题,我们可以再商量怎么寻求援助) 4. 如何评价像质的算法,我们会给个大致的方向,需要工程师自己细化算法 5. 提供硬件控制的接口
虚拟币价格走势图,需要中文界面,可以合作吗请查看网站, ······································································
备注:现有程序和网站是俄语版本,所以在开发的版本及注释必须是英文版本,最后集成由我们俄语工程师集成。我们的网站是。如果方便请留下微信号,方便联系。我们已经申请了支付宝公众账号。
关于光线追踪的成像(面向对象编程) 1. 程序基本都写完了,把两块整合在一起 2. 现有一3d模型,从雷达处发出射线即反射 3. 另有一个雷达的原始数据处理程序 输入: 距离 输出: 雷达仿真出的距离和频谱图叠加 4. 现在把1和2 结合起来 让每个接触点都一个仿真点,并且把所有的接触点的频谱图整合在一起,如下图
I am searching a Vietnamese boy buy 2 Java Software, Software is divided into IMessage data detection (batch detection of mobile phone number is activated IMessage) and mass software into the text after the two modules But it is tragic,….the software can not be normal operation, the data detection module error, sending module does not report errors, but can not be sent... Then he ignored me, it was very sad,,, I want please help me to modify these 2 procedures, so that they normally run….. Or, if the 2 Software all joke … Then please you make it..again addition:I want to add a apple to send account timing switch function…. Please contact me, thank you, I wish you a happy life Please don't hurt me..
need to build a membership website, where the articles are "locked", partial is shown on website, and free members read only partial article, but paid members the article is open up for him to read with login and password. similar to this website (sorry it's in Chinese)
1.双平台apple 和android 2.不需要在线支付功能 3.手机号码注册功能 需要短信验证, 确保电话是正确的。注册的时候输入地址区号, 如果不是指定的两个区号 会提示不在服务区 暂时不提供送货服务。 4.用户登陆以后 选择产品类别 单类别产品列表里面 不需要显示库存数量 (客户不需要每次都手动登录) 5.客户下单的时候 有个类似购物车的功能 可以显示所订的物品,物品数量,单价格和总计价格 6.送货不需要收取shipping 费用 7.下单以后 后台可以打印订单 可以安排派送人员送货 8.不需要网站功能 只需要一个数据后台,数据后台支持数据的导入和导出 excel格式. 数据导入主要是方便数据快速录入 9.销售统计和日派单统计功能和查询 10.管理功能:货物管理,后台 用户管理(不需要设定权限,管理员只有一个),订单管理功能 11.送货不需要过程追踪,所有订单默认45分钟内送到府上.下单以后会有个提示功能. 12. 每天的特价货品广告栏功能(up to 7 special sales item everyday) 13. 微信 分享功能
1、类似微博那样的注册和发消息的功能,包括关注 取消关注 拉黑等微博基本功能。支持微信微博QQ登录。 2、位置发现。发现周边的人,类似陌陌和QQ的位置发现功能。 3、新闻聚合功能。类似雪球的新闻抓取功能,比如某个股票A,可以自动从某几个新闻源即时抓取新闻。 4、分享功能,某个消息可以分享到微信 微博等第三方平台上。
1、类似微博那样的注册和发消息的功能,包括关注 取消关注 拉黑等微博基本功能。支持微信微博QQ登录。 2、位置发现。发现周边的人,类似陌陌和QQ的位置发现功能。 3、新闻聚合功能。类似雪球的新闻抓取功能,比如某个股票A,可以自动从某几个新闻源即时抓取新闻。 4、分享功能,某个消息可以分享到微信 微博等第三方平台上。
你好,我需要会开发android OPENGL和GPUImage。我现在有项目外包,关于android的视频抠象,合成,分段,转格式的功能需求。 加我qq 383819640我们可以详细谈一下业务流程。最好给我看一下你的做过的相关成功案例。
...decrypt the videos even if they have softdog and download the encrypted source files of the videos. 6, The video encryption software should realize background control. It should be able to display the students of a particular class as well as the videos they watch on line and in real time. Moreover, if one softdog is used to play videos in two computers, we should be able to directly freeze its permission and terminate the playing. 7, The encryption dog can not be copied and cracked. Besides, it should have certain space for the later internal software upgrade so that we can add new function according to our demands. If it is cracked, it will not pass our final review....
想长期合作解析MT4 EA,让我能在日后自由修改或者调整内容 压缩档内的內容是包含EA本身以及相关连的辅助指标 如果您认为有需要,可以直接使用s_k_y_p_e洽谈,我的帐号是 n_2_6_5_5_6_4(联系时请把"_"取消),不过我只会讲普通话,请见谅
我有一个持续工作,之前与之相关的项目为'Google Adwords - open to bidding'
我有进行中的、与之前的项目相关的工作3 Logo Design - open to bidding'
根据我给你的样板做出一个一样的app,和我现有的网站关联,价格可以商量, app 包括安卓和ios版本 需求主要还是和我们现有的网站贴合 由于容易被google到我发布的内容所以暂时不透露太多 希望你感兴趣
想要在美国做国内一精密指南针厂家总代理。厂家可以大力支持。主要想在Amazon和ebay 等B2C平台销售。但是已经有一些非美国指定代理商家进入美国市场挂在各种网站上进行销售。如果控制价格并已总代理身份打入美国市场。 I am recently designated as a representative of a Chinese geological compass company in the US. I originally plan to open market is to use the B2C sales like Amazon, Ebay,etc. However, so far there are a lot of vendors, who are not officially designated as representatives in the US, putting this company’s products on these marketing websites and disordered the market prices for them. I am inquiring a good solution to control the price on the online market as an officially representative and make a healthy sales environment.
我有进行中的、与之前的项目相关的工作I need your help - open to bidding'
Personal massage /kjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj