typings for Twitter API types
Strongly typed, full-featured, light, versatile yet powerful Twitter API v1.1 and v2 client for Node.js.
TypeScript definitions for twitter-text
The ultimate javascript content-type utility.
The iconic font, CSS, and SVG framework
Shared TypeScript definitions for Starknet projects
Shared TypeScript definitions for Octokit projects
TypeScript is a language for application scale JavaScript development
A comprehensive library for mime-type mapping
Discord API typings that are kept up to date for use in bot library creation.
Formats data into a string table.
A tool set for CSS: fast detailed parser (CSS → AST), walker (AST traversal), generator (AST → CSS) and lexer (validation and matching) based on specs and browser implementations
micromark utility with a couple of typescript types
No description provided.
Types for the LI.FI stack
Type definitions for Twitter API v2
The fastest javascript implementation of a double-ended queue. Used by the official Redis, MongoDB, MariaDB & MySQL libraries for Node.js and many other libraries. Maintains compatability with deque.
Generated TypeScript definitions based on GitHub's OpenAPI spec for api.github.com
The AssemblyAI JavaScript SDK provides an easy-to-use interface for interacting with the AssemblyAI API, which supports async and real-time transcription, as well as the latest LeMUR models.
This package defines Typescript types (`.d.ts`) for the upcoming [WebGPU standard](https://github.com/gpuweb/gpuweb/wiki/Implementation-Status).
TypeScript definitions for passport-twitter
stand-alone library of threejs examples
Common token types for decoding and encoding numeric and string values
TypeScript definitions of Kubernetes resource types
Twitter-knife is a really simple twitter v1.1 API client. It only provides get and post methods, user type the API they want in the params.
Access the Nuntium API in ruby. Nuntium is an open source and free platform -developed by InSTEDD- that allows applications to send and receive all type of messages. Examples of messages are sms, emails and twitter direct messages.
MurmuringSpider is a concise Twitter crawler. When we write a data-mining / text-mining application based on twitter timeline, we have to collect and store tweets first. I am irritated with writing such crawler repeatedly, so I wrote this. What you have to do is only to add query and to run them periodically. Thanks to consistent Twitter API and twitter gem (http://twitter.rubyforge.org/), it is quite easy to track various types of timelines (such as user_timeline, home_timeline, search...)