Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
venatbot committed Dec 23, 2023
1 parent a986e49 commit 60a0896
Show file tree
Hide file tree
Showing 130 changed files with 1,095 additions and 468 deletions.
2 changes: 1 addition & 1 deletion assets/search.js

Large diffs are not rendered by default.

37 changes: 19 additions & 18 deletions classes/auth.TwitterGuestAuth.html

Large diffs are not rendered by default.

37 changes: 19 additions & 18 deletions classes/auth_user.TwitterUserAuth.html

Large diffs are not rendered by default.

11 changes: 6 additions & 5 deletions classes/errors.ApiError.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h4>Hierarchy</h4>
<ul class="tsd-hierarchy">
<li><span class="target">ApiError</span></li></ul></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/the-convocation/twitter-scraper/blob/88de07d/src/errors.ts#L1">src/errors.ts:1</a></li></ul></aside>
<li>Defined in <a href="https://github.com/the-convocation/twitter-scraper/blob/ef25f2d/src/errors.ts#L1">src/errors.ts:1</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
Expand Down Expand Up @@ -67,14 +67,14 @@ <h5><span class="tsd-kind-parameter">message</span>: <span class="tsd-signature-
<h4 class="tsd-returns-title">Returns <a href="errors.ApiError.html" class="tsd-signature-type tsd-kind-class">ApiError</a></h4><aside class="tsd-sources">
<p>Overrides Error.constructor</p>
<ul>
<li>Defined in <a href="https://github.com/the-convocation/twitter-scraper/blob/88de07d/src/errors.ts#L2">src/errors.ts:2</a></li></ul></aside></li></ul></section></section>
<li>Defined in <a href="https://github.com/the-convocation/twitter-scraper/blob/ef25f2d/src/errors.ts#L2">src/errors.ts:2</a></li></ul></aside></li></ul></section></section>
<section class="tsd-panel-group tsd-member-group">
<h2>Properties</h2>
<section class="tsd-panel tsd-member"><a id="data" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagReadonly">Readonly</code> <span>data</span><a href="#data" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
<div class="tsd-signature"><span class="tsd-kind-property">data</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/the-convocation/twitter-scraper/blob/88de07d/src/errors.ts#L4">src/errors.ts:4</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/the-convocation/twitter-scraper/blob/ef25f2d/src/errors.ts#L4">src/errors.ts:4</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="message" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>message</span><a href="#message" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
<div class="tsd-signature"><span class="tsd-kind-property">message</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
Expand All @@ -91,7 +91,7 @@ <h3 class="tsd-anchor-link"><span>name</span><a href="#name" aria-label="Permali
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagReadonly">Readonly</code> <span>response</span><a href="#response" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
<div class="tsd-signature"><span class="tsd-kind-property">response</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type ">Response</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/the-convocation/twitter-scraper/blob/88de07d/src/errors.ts#L3">src/errors.ts:3</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/the-convocation/twitter-scraper/blob/ef25f2d/src/errors.ts#L3">src/errors.ts:3</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="stack" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>stack</span><a href="#stack" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
<div class="tsd-signature"><span class="tsd-kind-property">stack</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
Expand Down Expand Up @@ -163,7 +163,7 @@ <h4 class="tsd-parameters-title">Parameters</h4>
<h5><span class="tsd-kind-parameter">response</span>: <span class="tsd-signature-type ">Response</span></h5></li></ul></div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="errors.ApiError.html" class="tsd-signature-type tsd-kind-class">ApiError</a><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/the-convocation/twitter-scraper/blob/88de07d/src/errors.ts#L10">src/errors.ts:10</a></li></ul></aside></li></ul></section></section></div>
<li>Defined in <a href="https://github.com/the-convocation/twitter-scraper/blob/ef25f2d/src/errors.ts#L10">src/errors.ts:10</a></li></ul></aside></li></ul></section></section></div>
<div class="col-sidebar">
<div class="page-menu">
<div class="tsd-navigation settings">
Expand Down Expand Up @@ -212,6 +212,7 @@ <h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="#icon
<li><a href="../modules/scraper.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>scraper</span></a></li>
<li><a href="../modules/search.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>search</span></a></li>
<li><a href="../modules/timeline_async.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>timeline-<wbr/>async</span></a></li>
<li><a href="../modules/timeline_list.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>timeline-<wbr/>list</span></a></li>
<li><a href="../modules/timeline_relationship.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>timeline-<wbr/>relationship</span></a></li>
<li><a href="../modules/timeline_search.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>timeline-<wbr/>search</span></a></li>
<li><a href="../modules/timeline_tweet_util.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>timeline-<wbr/>tweet-<wbr/>util</span></a></li>
Expand Down
Loading

0 comments on commit 60a0896

Please sign in to comment.