Pipedream is a serverless integration and compute platform. We provide a free, hosted platform that makes it easy to connect apps and develop, execute and maintain event-driven workflows.
Key Features:
- Twitter API Event Sources - Open source components that emit events from Twitter
- Workflows - A sequence of linear steps - just Node.js code - triggered by a Github event
- Serverless - No server or cloud resources to manage
- Free - No fees for individual developers (see limits)
- 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 optionsWorkflows 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.
- Airtable (deploy)
- AWS (deploy)
- Dropbox (deploy)
- Github (deploy)
- Google Calendar (deploy)
- Google Drive (deploy)
- RSS (deploy)
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.
You can get help on our public Slack or reach out to our team directly with any questions or feedback. We'd love to hear from you!
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.