Skip to content

Commit

Permalink
chore:为发布 0.3.0 版本做好准备
Browse files Browse the repository at this point in the history
  • Loading branch information
FHU-yezi committed Apr 21, 2021
1 parent 7c95302 commit 73e7467
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,17 @@ Jianshu-Research-Tools(简书研究工具)是一个数据获取与分析库
# 功能一览

- 获取用户 ID、昵称、徽章、关注数、粉丝数等基础数据
- 获取用户关注与粉丝列表
- 获取用户文章列表
- 获取用户总资产、简书钻、简书贝等资产数据
- 获取贝壳小岛买卖挂单列表和最新价格数据
- 获取资产排行榜和日更排行榜信息
- 更多......

# 即将实现

- 获取文章基础信息
- 获取用户关注与粉丝列表
- 获取用户文章列表
- 获取用户的简书周年纪念日期

# 快速上手

Expand Down
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
import setuptools

with open("README.md","r",encoding = "utf-8") as file:
long_description = file.read()

setuptools.setup(
name="JianshuResearchTools",
version="0.2.4",
version="0.3.0",
author="FHU-yezi",
author_email="yehaowei20060411@qq.com",
description="科技赋能创作星辰",
long_description="简书数据获取与分析库",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/FHU-yezi/JianshuResearchTools",
packages=["JianshuResearchTools"],
Expand Down

0 comments on commit 73e7467

Please sign in to comment.