instagram-tags-post
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -29,3 +29,4 @@ #!/usr/bin/env node | ||
let end_cursor = data.graphql.hashtag.edge_hashtag_to_media.page_info.end_cursor | ||
const total = data.graphql.hashtag.edge_hashtag_to_media.count | ||
console.log(`there are ${total} post on this tag,please waiting...`,) | ||
const getNextPage = async (end_cursor) => { | ||
@@ -32,0 +33,0 @@ let variables = JSON.stringify({ |
{ | ||
"name": "instagram-tags-post", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "get instagram post by tags", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4526
103