Flomo API (third party)
Project description
flomo 浮墨
一个非官方的 API python 玩具盒 👀
prefer python3.7+
欢迎 Star 🌟、Fork 🍴、Issue 💬、PR. 一起让 flomo 用的更加得心应手
最新版在 dev 分支
Usage 使用
pip install -U flomo
from flomo import Flomo, Parser
authorization = "Bearer xxxxxxxxxxx"
flomo = Flomo(authorization)
memos = flomo.get_all_memos()
memo = Parser(memos[-1])
print(memo.text) # memo 纯文本
print(memo.url) # memo 链接
print(memo.tags)
authorization
是用户 flomo 登录后获取的 token,可在浏览器的开发者工具中查看。
如有疑问,欢迎 issue。
Local Install 本地安装
git clone https://github.com/Benature/flomo.git
make all
Relative Project 相关项目
- workflow: Benature/flomo workflow
- npm: geekdada/flomo api helper
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
flomo-0.0.4a0.tar.gz
(19.5 kB
view details)
Built Distribution
File details
Details for the file flomo-0.0.4a0.tar.gz
.
File metadata
- Download URL: flomo-0.0.4a0.tar.gz
- Upload date:
- Size: 19.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a9090677692f5ca742db4aacc377902b3dd2e7fbd714175f178dafc2500dee4e |
|
MD5 | 39608fa06014804abc03db74260fed1c |
|
BLAKE2b-256 | ee1051586b4fe646c4e8afc47d778e4b693bb83a4d198b1ed8ed8f5e9aaa9319 |
File details
Details for the file flomo-0.0.4a0-py3-none-any.whl
.
File metadata
- Download URL: flomo-0.0.4a0-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ba874fcf21be30b8030fbe6e9f26f07c3f950f66ae99f3c9605625dc5bd22446 |
|
MD5 | cdd239c6048bea4ba3d59258bf966bbc |
|
BLAKE2b-256 | 02497766a37b1f21af558ac4628209575617b4188d0904e63eb3a60544b0b051 |