@andrewcturing/twitter
v0.3.4
Published
Pipedream Twitter Components
Downloads
6
Readme
Twitter API Integration Platform
Pipedream is a low code, integration platform built for Node.js developers
Integrate Twitter + 1000s of apps, remarkably fast. Connect apps and develop, execute and maintain event-driven workflows.
Key Features:
- Workflows - A sequence of linear steps - just Node.js code - triggered by a Twitter event
- Twitter API Event Sources - Open source components that emit events from Twitter
- Serverless - No server or cloud resources to manage
- Free - No fees for individual developers (see limits)
Twitter API Event Sources
- Search Twitter - Triggers when a new tweet matches your search (code)
- My Tweets - Triggered when a you tweet a new tweet (code)
- My Likes - Triggered when like a tweet (code)
- New Followers - Triggered when you get a new follower (code)
- New Followers of User - Triggered when a specific user gets a new follower (code)
- New Trends by Geo - Triggered when there is a new trend in a specific geo (code)
- New Likes by User - Triggered when there is a new like from a specific user (code)
- New Tweets by User - Triggered when there is a new tweet from a specific user (code)
Event sources can also be deployed via the Pipedream CLI. Once installed, you can deploy an event source by running:
pd deploy # prompts you to select a component and pass required options
Workflows
Workflows are a sequence of linear steps - just Node.js code - triggered by an event (via event source, HTTP endpoint, or timer). Workflows make it easy to transform data and integrate with 300+ APIs from various apps and services.
- Trigger your workflow on any [
event](https://pipedream.com/sources/new?app=twitter), a different event (e.g. HTTP requests or a schedule).
- Add steps to run Node.js code (using virtually any npm package) and pre-built actions.
- Steps are executed in the order they appear in your workflow.
- Data is shared between steps via step exports.
Workflow code is public by default so the community can discover and copy them. Your workflow execution and event data is private.
You can copy this example workflow to get started, or review some community-developed workflows to see what others are building.
Other Popular API Integrations
- Airtable (deploy)
- AWS (deploy)
- Dropbox (deploy)
- Github (deploy)
- Google Calendar (deploy)
- Google Drive (deploy)
- RSS (deploy)
Pricing
Pipedream is currently free, subject to the limits noted below. Paid tiers for higher volumes are coming soon.
If you exceed any of these limits, please reach out.
Found a Bug? Have a Feature to suggest?
Before adding an issue, please search the existing issues or reach out to our team to see if a similar request already exists.
If an issue exists, please add a reaction or comment on your specific use case.