Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@datafire/apitore_twitterapiswithword2vecqueryexpansion

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@datafire/apitore_twitterapiswithword2vecqueryexpansion

DataFire integration for Twitter APIs with Word2Vec query expansion

  • 3.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

@datafire/apitore_twitterapiswithword2vecqueryexpansion

Client library for Twitter APIs with Word2Vec query expansion

Installation and Usage

npm install --save datafire @datafire/apitore_twitterapiswithword2vecqueryexpansion
let datafire = require('datafire');
let apitore_twitterapiswithword2vecqueryexpansion = require('@datafire/apitore_twitterapiswithword2vecqueryexpansion').create();

apitore_twitterapiswithword2vecqueryexpansion.searchUsingGET_2({}).then(data => {
  console.log(data);
})

Description

Call Twitter APIs with word2vec query expansion.
[Endpoint] https://api.apitore.com/api/24

Actions

searchUsingGET_2

Tweets search API with Word2Vec query expansion.
Response
  Github: twitter-response
  Class: com.apitore.banana.response.twitter.TwitterResponseEntity

apitore_twitterapiswithword2vecqueryexpansion.searchUsingGET_2({
  "access_token": "",
  "q": ""
}, context)
Parameters
  • access_token (string) required - Access Token
  • q (string) required - Search query
  • sinceId (integer) - Get after this id.
  • maxId (integer) - Get before this id.
  • iter (integer) - Numof search requests. Return up to 100 x iter tweets.

FAQs

Package last updated on 10 Nov 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc