forked from sns-sdks/python-twitter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
94 lines (88 loc) · 3.18 KB
/
mkdocs.yml
File metadata and controls
94 lines (88 loc) · 3.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
site_name: Python Twitter V2 Docs
site_description: Docs for python-twitetr-v2 library
repo_url: https://github.com/sns-sdks/python-twitter
site_url: https://sns-sdks.github.io/python-twitter/
copyright: Copyright © 2021 - 2021 Ikaros kun
theme:
name: material
features:
- navigation.tabs
palette:
# Light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
# Dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue
accent: blue
toggle:
icon: material/toggle-switch
name: Switch to light mode
nav:
- Introduction: index.md
- Installation: installation.md
- Authorization: authorization.md
- Authorization OAuth2.0: authorization_oauth2.md
- Usage:
- Preparation: usage/preparation.md
- Media Upload:
- Simple Upload: usage/media-upload/simple-upload.md
- Chunked Upload: usage/media-upload/chunked-upload.md
- Media Upload V2:
- Simple Upload: usage/media-upload-v2/simple-upload.md
- Chunked Upload: usage/media-upload-v2/chunked-upload.md
- Tweets:
- Tweet Lookup: usage/tweets/tweet-lookup.md
- Manage Tweets: usage/tweets/tweet-manage.md
- Timelines: usage/tweets/timelines.md
- Search Tweets: usage/tweets/search_tweets.md
- Tweet counts: usage/tweets/tweets_counts.md
- Retweets: usage/tweets/retweet.md
- Quote Tweets: usage/tweets/qutoe_tweets.md
- Likes: usage/tweets/likes.md
- Bookmarks: usage/tweets/bookmarks.md
- Hide replies: usage/tweets/hide_reply.md
- Users:
- Users Lookup: usage/users/user-lookup.md
- Follows: usage/users/follows.md
- Blocks: usage/users/blocks.md
- Mutes: usage/users/mutes.md
- Search: usage/users/search.md
- Spaces:
- Spaces Lookup: usage/spaces/spaces-lookup.md
- Search Spaces: usage/spaces/search.md
- Trends:
- Trends: usage/trends/trends.md
- Lists:
- List lookup: usage/lists/list-lookup.md
- Manage Lists: usage/lists/manage-lists.md
- List Tweets lookup: usage/lists/list-tweets-lookup.md
- List members: usage/lists/list-members.md
- List follows: usage/lists/list-follows.md
- Pinned Lists: usage/lists/pinned-lists.md
- Compliance:
- Batch compliance: usage/compliance/batch_compliance.md
- Direct Messages:
- Direct Messages lookup: usage/direct-messages/direct-messages-lookup.md
- Manage Direct Messages: usage/direct-messages/manage-direct-messages.md
- Usage:
- Tweets: usage/usage/tweets.md
- Steaming: usage/streaming.md
- Changelog: CHANGELOG.md
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/realllkk520
- icon: fontawesome/brands/github
link: https://github.com/sns-sdks/python-twitter
markdown_extensions:
- codehilite
- admonition
- pymdownx.superfences
- pymdownx.emoji