Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
isaackogan committed Feb 23, 2024
1 parent 9e8e9f6 commit 3367494
Show file tree
Hide file tree
Showing 28 changed files with 2,126 additions and 4,420 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@ Join the [TikTokLive discord](https://discord.gg/e2XwPNTBBr) and visit
the [`#py-support`](https://discord.gg/uja6SajDxd)
channel for questions, contributions and ideas.


TikTok LIVE is available in several alternate programming languages:

- **Node.JS:** https://github.com/zerodytrash/TikTok-Live-Connector
- **Java:** https://github.com/jwdeveloper/TikTok-Live-Java
- **C#/Unity:** https://github.com/frankvHoof93/TikTokLiveSharp
- **Go:** https://github.com/Davincible/gotiktoklive


### Consider Donating <3

I'm a 2nd-year Biology student in university who likes to program for fun. Please consider supporting development
through a small donation at [https://www.buymeacoffee.com/isaackogan](https://www.buymeacoffee.com/isaackogan). Anything
you can offer will go towards school & development costs for TikTokLive.
you can offer will go towards school & development costs for TikTokLive, which has taken hundreds of hours of time to build.

### Other Languages

TikTok LIVE is available in several alternate programming languages:

- **Node.JS:** [https://github.com/zerodytrash/TikTok-Live-Connector](https://github.com/zerodytrash/TikTok-Live-Connector)
- **Java:** [https://github.com/jwdeveloper/TikTok-Live-Java](https://github.com/jwdeveloper/TikTok-Live-Java)
- **C#/Unity:** [https://github.com/frankvHoof93/TikTokLiveSharp](https://github.com/frankvHoof93/TikTokLiveSharp)
- **Go:** [https://github.com/Davincible/gotiktoklive](https://github.com/Davincible/gotiktoklive)

## Table of Contents

Expand Down
2 changes: 1 addition & 1 deletion docs/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: ea79f8905ae87962644cd35230308b1c
config: 5d21aed0a896bbc5e45063b84195d2b5
tags: 645f666f9bcd5a90fca523b33c5a78b7
98 changes: 53 additions & 45 deletions docs/TikTokLive.client.html

Large diffs are not rendered by default.

42 changes: 25 additions & 17 deletions docs/TikTokLive.client.web.html

Large diffs are not rendered by default.

102 changes: 55 additions & 47 deletions docs/TikTokLive.client.web.routes.html

Large diffs are not rendered by default.

40 changes: 24 additions & 16 deletions docs/TikTokLive.client.ws.html

Large diffs are not rendered by default.

126 changes: 67 additions & 59 deletions docs/TikTokLive.events.html

Large diffs are not rendered by default.

2,424 changes: 23 additions & 2,401 deletions docs/TikTokLive.html

Large diffs are not rendered by default.

3,488 changes: 1,748 additions & 1,740 deletions docs/TikTokLive.proto.html

Large diffs are not rendered by default.

9 changes: 1 addition & 8 deletions docs/_sources/TikTokLive.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,9 @@ Subpackages
-----------

.. toctree::
:maxdepth: 4
:maxdepth: 2

TikTokLive.client
TikTokLive.events
TikTokLive.proto

Module contents
---------------

.. automodule:: TikTokLive
:members:
:undoc-members:
:show-inheritance:
5 changes: 2 additions & 3 deletions docs/_sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@
TikTokLive Docs
==================

The following subpackages exist for TikTokLive:

.. toctree::
:maxdepth: 3

TikTokLive

View the above tree for detailed documentation on the package.

.. include:: ../../README.md
:parser: myst_parser.sphinx_
8 changes: 8 additions & 0 deletions docs/_static/css/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

:root {
--sidebar-filter: invert(0.1);
}

img.sidebar-logo {
filter: var(--sidebar-filter);
}
1 change: 1 addition & 0 deletions docs/_static/css/rtd_sphinx_search.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions docs/_static/js/rtd_search_config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

var RTD_SEARCH_CONFIG = {"default_filter": "project:/", "filters": []};
1 change: 1 addition & 0 deletions docs/_static/js/rtd_sphinx_search.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added docs/_static/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 3367494

Please sign in to comment.