Skip to main content

浏览器代理服务器

Project description

Orion Server

Orion是一个提供终端模拟器和浏览器代理功能的服务器。它可以作为独立服务运行,也可以作为Python包导入使用。

功能特点

  • 终端模拟器:执行命令、获取输出历史
  • 浏览器代理:控制浏览器操作,自动化网页交互
  • 文本编辑器:读取和写入文件
  • 文件上传:支持单文件和分片上传到S3
  • 文件下载:支持批量下载远程文件
  • 项目打包:支持将项目打包上传到云端

安装

方法1: 使用pip安装(推荐用于导入使用)

pip install orion-server

方法2: 从源码安装(推荐用于开发)

git clone https://github.com/yourusername/orion.git
cd orion
pip install -e .

使用方法

作为服务使用

方法1: 使用命令行工具

安装后,可以直接使用命令行工具启动服务:

# 使用默认配置启动
orion-server

# 指定端口和日志级别
orion-server --port 8888 --log-level debug

# 开发模式(自动重载)
orion-server --reload

方法2: 使用Python脚本启动

python start_server.py --port 8330

作为库导入使用

可以将Orion作为Python库导入使用,示例代码:

import asyncio
from app import BrowserManager, terminal_manager, text_editor

# 初始化浏览器管理器
async def browser_example():
    browser = BrowserManager(headless=False)
    await browser.initialize()
    # 执行浏览器操作...
    await browser.close()

# 使用终端管理器
async def terminal_example():
    terminal = await terminal_manager.create_or_get_terminal("my_terminal")
    await terminal.execute_command("ls -la")
    history = terminal.get_history(True, True)
    # 处理终端输出...

# 运行示例
asyncio.run(browser_example())

更多示例请参考 examples/use_as_package.py

Docker部署

# 构建容器
docker build -t orion-server .

# 运行容器
docker run -p 8330:8330 orion-server

API文档

启动服务后,访问 http://localhost:8330/docs 查看API文档。

许可证

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

orion_browser-0.1.1.tar.gz (86.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

orion_browser-0.1.1-py3-none-any.whl (91.8 kB view details)

Uploaded Python 3

File details

Details for the file orion_browser-0.1.1.tar.gz.

File metadata

  • Download URL: orion_browser-0.1.1.tar.gz
  • Upload date:
  • Size: 86.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for orion_browser-0.1.1.tar.gz
Algorithm Hash digest
SHA256 82bb868c86ec064e88a35a59aa776c51510c7a27fb7afb347936b43f75d7382b
MD5 62a20ff82471ac1b1e0b34aa72bfa9d3
BLAKE2b-256 baffd4c329a0e2cfcbc4068728244946304dea0b9637c9350e43f20cecd5e60e

See more details on using hashes here.

File details

Details for the file orion_browser-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: orion_browser-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 91.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for orion_browser-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 bd4d17c64b021389a1f6b6cda8a567e1b88d2ad01f1b20a9924c7920b152bf8f
MD5 eb0f6aa00ccf85bd31b6d22bde6ab8e1
BLAKE2b-256 0a792b03fdeea945467faffe513aaba1774c34421e04b51e9b9d561589b4e7dc

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page