文件名称:tootstream:用于与Mastodon实例进行交互的命令行界面
文件大小:28KB
文件格式:ZIP
更新时间:2024-02-24 07:06:50
gnu-social mastodon mastodon-instances awoo MastodonPython
声音流 用于与用Python编写的Mastodon实例进行交互的命令行界面(需要Python 3)。 支持OAuth和2FA。 受启发。 演示版 通过点子安装 1:创建虚拟环境 $ virtualenv -p python3 /path/to/tootstream $ source /path/to/tootstream/bin/activate 2:通过点子安装 $ pip install tootstream 3:有关如何使用Tootstream的信息,请参见“用法”部分。 安装进行开发 1:克隆此仓库,并通过虚拟环境进入项目目录 $ git clone https://github.com/magicalraccoon/tootstream.git $ cd tootstream 2:创建虚拟环境 # Create a virtual environment $ virtualenv -p python3 /path/to/tootstream $ source /path/to/tootstream/bin/activate 3:安装项目 $ python3 setup.p
【文件预览】:
tootstream-master
----MANIFEST.in(41B)
----src()
--------__init__.py(0B)
--------tootstream()
----requirements.txt(75B)
----CONTRIBUTING.md(2KB)
----LICENSE.md(1KB)
----setup.py(823B)
----README.md(4KB)
----.gitignore(1KB)
----CHANGELOG.md(5KB)