Sentiment Analysis on /r/nfl Reddit posts

preview_player
Показать описание
New and improved Python support is here for your workflows!

Now you can:

* Include Data Stores natively in Python code steps
* Connect to the 800+ apps available in Pipedream from a Python code step
* Easier importing and exporting of data in an improved Python handler

In this episode, we'll show you how to use these new features to build a Sentiment Analyzer on new /r/nfl subreddit posts and log their results into a Google Spreadsheet.
Рекомендации по теме
Комментарии
Автор

Hi, thanks for the tutorial. Just a small nitpick. I tried coding along with a different subreddit to get a feeling for the new tech. Something changed under the hood and pd:"pipedream" doesn't exist anymore. It can be fixed by importing steps from pipedream.script_helpers, so it looks like 'from pipedream.script_helpers import (steps, export)'

And another: The python step for Google Sheets doesn't show up for me :/

paulmaelzer