开源实例之twtxt
前言
twtxt is a decentralised, minimalist microblogging service for hackers.
twtxt 是一个极客微博程序,通过命令行操作。本实例是用 phpub2twtxt 部署的 web 界面。
实例地址
实例配置
配置 | 描述 |
---|---|
系统 | Debian |
服务端 | Python 3.9 |
程序 | twtxt 1.3.1 |
实例部署
权限要求
- 具有系统读写权限
- 已安装 Python
安装程序
官网地址:https://github.com/buckket/twtxt
文档地址:https://twtxt.readthedocs.io
phpub2twtxt仓库:https://github.com/sorenpeter/phpub2twtxt
#安装
pip3 install twtxt
#初始化
twtxt quickstart
#发文
twtxt tweet 杜郎俊赏,算而今、重到须惊。
#查看
twtxt timeline
实例体验
后记
本实例仅供参考,不定期重置数据。