Trello (开源替代:Wekan)
简介:Wekan是一个开源的项目管理工具,类似于Trello。
特色:支持看板管理、任务分配、实时协作,用户界面友好。
项目地址:https://wekan.github.io/
简介:Wekan是一个开源的项目管理工具,类似于Trello。
特色:支持看板管理、任务分配、实时协作,用户界面友好。
项目地址:https://wekan.github.io/
Element (原Riot)
简介:一个开源的即时通讯工具,基于Matrix协议,可用于团队协作和社交。
特色:支持群组聊天、语音和视频通话,拥有丰富的社区和插件支持。
项目地址:https://element.io/
简介:一个开源的即时通讯工具,基于Matrix协议,可用于团队协作和社交。
特色:支持群组聊天、语音和视频通话,拥有丰富的社区和插件支持。
项目地址:https://element.io/
element.io
Element | Secure collaboration and messaging
Element is a Matrix-based end-to-end encrypted messenger and secure collaboration app. It’s decentralised for digital sovereign self-hosting, or through a hosting service such as Element Matrix Services. Element operates on the open Matrix network to provide…
FileZilla
简介:一个开源的FTP客户端,适合文件传输和管理。
特色:支持FTP、FTPS和SFTP,加快文件上传和下载的速度。
项目地址:https://filezilla-project.org/
简介:一个开源的FTP客户端,适合文件传输和管理。
特色:支持FTP、FTPS和SFTP,加快文件上传和下载的速度。
项目地址:https://filezilla-project.org/
filezilla-project.org
FileZilla - The free FTP solution
FileZilla - The free FTP solution for both client and server. Filezilla is open source software distributed free of charge.
Scrapy
简介:Scrapy是一个用于提取、处理和存储网站内容的开源框架,适合处理大规模的爬虫项目。
特色:
具有灵活的架构,支持多种类型的数据存储(如JSON、CSV、数据库)。
内置异步处理功能,支持高效的并发请求。
提供强大的爬虫管理和调试工具。
项目地址:https://github.com/scrapy/scrapy
简介:Scrapy是一个用于提取、处理和存储网站内容的开源框架,适合处理大规模的爬虫项目。
特色:
具有灵活的架构,支持多种类型的数据存储(如JSON、CSV、数据库)。
内置异步处理功能,支持高效的并发请求。
提供强大的爬虫管理和调试工具。
项目地址:https://github.com/scrapy/scrapy
GitHub
GitHub - scrapy/scrapy: Scrapy, a fast high-level web crawling & scraping framework for Python.
Scrapy, a fast high-level web crawling & scraping framework for Python. - scrapy/scrapy
Selenium
简介:Selenium是一个用于自动化Web浏览器的工具。可以模拟用户操作,以便抓取动态内容。
特色:
支持多种浏览器(Chrome、Firefox等),并能处理JavaScript渲染的网页。
提供丰富的API来实现用户交互、截图等功能。
项目地址:https://github.com/SeleniumHQ/selenium
简介:Selenium是一个用于自动化Web浏览器的工具。可以模拟用户操作,以便抓取动态内容。
特色:
支持多种浏览器(Chrome、Firefox等),并能处理JavaScript渲染的网页。
提供丰富的API来实现用户交互、截图等功能。
项目地址:https://github.com/SeleniumHQ/selenium
GitHub
GitHub - SeleniumHQ/selenium: A browser automation framework and ecosystem.
A browser automation framework and ecosystem. Contribute to SeleniumHQ/selenium development by creating an account on GitHub.
Requests
简介:Requests是一个简单、用户友好的HTTP库,使发送HTTP请求变得更加简单。
特色:
友好的API,处理请求和响应方便。
支持处理会话、文件上传、重定向等功能。
项目地址:https://github.com/psf/requests
简介:Requests是一个简单、用户友好的HTTP库,使发送HTTP请求变得更加简单。
特色:
友好的API,处理请求和响应方便。
支持处理会话、文件上传、重定向等功能。
项目地址:https://github.com/psf/requests
GitHub
GitHub - psf/requests: A simple, yet elegant, HTTP library.
A simple, yet elegant, HTTP library. Contribute to psf/requests development by creating an account on GitHub.
Puppeteer
简介:Puppeteer是一个Node.js库,提供高层级的API来控制Headless Chrome或Chromium以抓取网页。
特色:
支持处理复杂的页面交互和大规模抓取。
提供重现用户操作的能力(如表单提交、页面滚动)。
项目地址:https://github.com/puppeteer/puppeteer
简介:Puppeteer是一个Node.js库,提供高层级的API来控制Headless Chrome或Chromium以抓取网页。
特色:
支持处理复杂的页面交互和大规模抓取。
提供重现用户操作的能力(如表单提交、页面滚动)。
项目地址:https://github.com/puppeteer/puppeteer
GitHub
GitHub - puppeteer/puppeteer: JavaScript API for Chrome and Firefox
JavaScript API for Chrome and Firefox. Contribute to puppeteer/puppeteer development by creating an account on GitHub.
Playwright
简介:Playwright是一个Node.js库,支持针对多种浏览器的自动化操作。
特色:
支持多种浏览器(Chromium、Firefox和WebKit),提供跨平台的抓取能力。
支持多页面和协作抓取。
项目地址:https://github.com/microsoft/playwright
简介:Playwright是一个Node.js库,支持针对多种浏览器的自动化操作。
特色:
支持多种浏览器(Chromium、Firefox和WebKit),提供跨平台的抓取能力。
支持多页面和协作抓取。
项目地址:https://github.com/microsoft/playwright
GitHub
GitHub - microsoft/playwright: Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and…
Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API. - microsoft/playwright
Colly
简介:Colly是一个用于Go语言的快速、高效的爬虫框架。
特色:
高性能的爬虫库,支持并发抓取。
友好的API,易于上手和使用。
项目地址:https://github.com/gocolly/colly
简介:Colly是一个用于Go语言的快速、高效的爬虫框架。
特色:
高性能的爬虫库,支持并发抓取。
友好的API,易于上手和使用。
项目地址:https://github.com/gocolly/colly
GitHub
GitHub - gocolly/colly: Elegant Scraper and Crawler Framework for Golang
Elegant Scraper and Crawler Framework for Golang. Contribute to gocolly/colly development by creating an account on GitHub.