scrapebadger 0.1.2 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -490,8 +490,8 @@ interface List {
|
|
|
490
490
|
name: string;
|
|
491
491
|
/** List description */
|
|
492
492
|
description?: string;
|
|
493
|
-
/** List creation timestamp */
|
|
494
|
-
created_at?: string;
|
|
493
|
+
/** List creation timestamp (may be string or Unix timestamp) */
|
|
494
|
+
created_at?: string | number;
|
|
495
495
|
/** Number of members */
|
|
496
496
|
member_count?: number;
|
|
497
497
|
/** Number of subscribers */
|
|
@@ -659,6 +659,10 @@ interface PlaceTrends {
|
|
|
659
659
|
name?: string;
|
|
660
660
|
/** Country name */
|
|
661
661
|
country?: string;
|
|
662
|
+
/** Timestamp when trends were retrieved */
|
|
663
|
+
as_of?: string;
|
|
664
|
+
/** Timestamp when the data was created */
|
|
665
|
+
created_at?: string;
|
|
662
666
|
/** List of trends for this location */
|
|
663
667
|
trends: Trend[];
|
|
664
668
|
}
|
|
@@ -490,8 +490,8 @@ interface List {
|
|
|
490
490
|
name: string;
|
|
491
491
|
/** List description */
|
|
492
492
|
description?: string;
|
|
493
|
-
/** List creation timestamp */
|
|
494
|
-
created_at?: string;
|
|
493
|
+
/** List creation timestamp (may be string or Unix timestamp) */
|
|
494
|
+
created_at?: string | number;
|
|
495
495
|
/** Number of members */
|
|
496
496
|
member_count?: number;
|
|
497
497
|
/** Number of subscribers */
|
|
@@ -659,6 +659,10 @@ interface PlaceTrends {
|
|
|
659
659
|
name?: string;
|
|
660
660
|
/** Country name */
|
|
661
661
|
country?: string;
|
|
662
|
+
/** Timestamp when trends were retrieved */
|
|
663
|
+
as_of?: string;
|
|
664
|
+
/** Timestamp when the data was created */
|
|
665
|
+
created_at?: string;
|
|
662
666
|
/** List of trends for this location */
|
|
663
667
|
trends: Trend[];
|
|
664
668
|
}
|
package/dist/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { T as TwitterClient, S as ScrapeBadgerConfig } from './index-
|
|
2
|
-
export { A as ApiResponse, C as CommunitiesClient, t as Community, r as CommunityBanner, u as CommunityMember, s as CommunityRule, g as CommunityTweetType, G as GeoClient, e as GeoSearchOptions, H as Hashtag, I as IteratorOptions, q as List, z as ListResponse, L as ListsClient, w as Location, M as Media, P as PaginatedResponse, a as PaginationOptions, y as Place, x as PlaceTrends, i as Poll, h as PollOption, Q as QueryType, R as ResolvedConfig, v as Trend, f as TrendCategory, d as TrendsClient, m as Tweet, l as TweetPlace, b as TweetsClient, j as Url, n as User, o as UserAbout, p as UserIds, k as UserMention, U as UsersClient, c as collectAll } from './index-
|
|
1
|
+
import { T as TwitterClient, S as ScrapeBadgerConfig } from './index-BMStDLm1.cjs';
|
|
2
|
+
export { A as ApiResponse, C as CommunitiesClient, t as Community, r as CommunityBanner, u as CommunityMember, s as CommunityRule, g as CommunityTweetType, G as GeoClient, e as GeoSearchOptions, H as Hashtag, I as IteratorOptions, q as List, z as ListResponse, L as ListsClient, w as Location, M as Media, P as PaginatedResponse, a as PaginationOptions, y as Place, x as PlaceTrends, i as Poll, h as PollOption, Q as QueryType, R as ResolvedConfig, v as Trend, f as TrendCategory, d as TrendsClient, m as Tweet, l as TweetPlace, b as TweetsClient, j as Url, n as User, o as UserAbout, p as UserIds, k as UserMention, U as UsersClient, c as collectAll } from './index-BMStDLm1.cjs';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* Main ScrapeBadger client.
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { T as TwitterClient, S as ScrapeBadgerConfig } from './index-
|
|
2
|
-
export { A as ApiResponse, C as CommunitiesClient, t as Community, r as CommunityBanner, u as CommunityMember, s as CommunityRule, g as CommunityTweetType, G as GeoClient, e as GeoSearchOptions, H as Hashtag, I as IteratorOptions, q as List, z as ListResponse, L as ListsClient, w as Location, M as Media, P as PaginatedResponse, a as PaginationOptions, y as Place, x as PlaceTrends, i as Poll, h as PollOption, Q as QueryType, R as ResolvedConfig, v as Trend, f as TrendCategory, d as TrendsClient, m as Tweet, l as TweetPlace, b as TweetsClient, j as Url, n as User, o as UserAbout, p as UserIds, k as UserMention, U as UsersClient, c as collectAll } from './index-
|
|
1
|
+
import { T as TwitterClient, S as ScrapeBadgerConfig } from './index-BMStDLm1.js';
|
|
2
|
+
export { A as ApiResponse, C as CommunitiesClient, t as Community, r as CommunityBanner, u as CommunityMember, s as CommunityRule, g as CommunityTweetType, G as GeoClient, e as GeoSearchOptions, H as Hashtag, I as IteratorOptions, q as List, z as ListResponse, L as ListsClient, w as Location, M as Media, P as PaginatedResponse, a as PaginationOptions, y as Place, x as PlaceTrends, i as Poll, h as PollOption, Q as QueryType, R as ResolvedConfig, v as Trend, f as TrendCategory, d as TrendsClient, m as Tweet, l as TweetPlace, b as TweetsClient, j as Url, n as User, o as UserAbout, p as UserIds, k as UserMention, U as UsersClient, c as collectAll } from './index-BMStDLm1.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* Main ScrapeBadger client.
|
package/dist/twitter/index.d.cts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { A as ApiResponse, C as CommunitiesClient, t as Community, r as CommunityBanner, u as CommunityMember, s as CommunityRule, g as CommunityTweetType, G as GeoClient, e as GeoSearchOptions, H as Hashtag, q as List, z as ListResponse, L as ListsClient, w as Location, M as Media, y as Place, x as PlaceTrends, i as Poll, h as PollOption, Q as QueryType, v as Trend, f as TrendCategory, d as TrendsClient, m as Tweet, l as TweetPlace, b as TweetsClient, T as TwitterClient, j as Url, n as User, o as UserAbout, p as UserIds, k as UserMention, U as UsersClient } from '../index-
|
|
1
|
+
export { A as ApiResponse, C as CommunitiesClient, t as Community, r as CommunityBanner, u as CommunityMember, s as CommunityRule, g as CommunityTweetType, G as GeoClient, e as GeoSearchOptions, H as Hashtag, q as List, z as ListResponse, L as ListsClient, w as Location, M as Media, y as Place, x as PlaceTrends, i as Poll, h as PollOption, Q as QueryType, v as Trend, f as TrendCategory, d as TrendsClient, m as Tweet, l as TweetPlace, b as TweetsClient, T as TwitterClient, j as Url, n as User, o as UserAbout, p as UserIds, k as UserMention, U as UsersClient } from '../index-BMStDLm1.cjs';
|
package/dist/twitter/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { A as ApiResponse, C as CommunitiesClient, t as Community, r as CommunityBanner, u as CommunityMember, s as CommunityRule, g as CommunityTweetType, G as GeoClient, e as GeoSearchOptions, H as Hashtag, q as List, z as ListResponse, L as ListsClient, w as Location, M as Media, y as Place, x as PlaceTrends, i as Poll, h as PollOption, Q as QueryType, v as Trend, f as TrendCategory, d as TrendsClient, m as Tweet, l as TweetPlace, b as TweetsClient, T as TwitterClient, j as Url, n as User, o as UserAbout, p as UserIds, k as UserMention, U as UsersClient } from '../index-
|
|
1
|
+
export { A as ApiResponse, C as CommunitiesClient, t as Community, r as CommunityBanner, u as CommunityMember, s as CommunityRule, g as CommunityTweetType, G as GeoClient, e as GeoSearchOptions, H as Hashtag, q as List, z as ListResponse, L as ListsClient, w as Location, M as Media, y as Place, x as PlaceTrends, i as Poll, h as PollOption, Q as QueryType, v as Trend, f as TrendCategory, d as TrendsClient, m as Tweet, l as TweetPlace, b as TweetsClient, T as TwitterClient, j as Url, n as User, o as UserAbout, p as UserIds, k as UserMention, U as UsersClient } from '../index-BMStDLm1.js';
|