The repository & documentation for the Twitter workshop by Max Frischknecht for the Processing Community Day 2020.
To access the Twitter Api you need to setup 3 things:
- Create a Twitter Profile here
- Apply for a Twitter Developer Account here. This might take a while.
- Be shure that you have Node.js installed.
- When you have been approved for the developer account you need to create an app in the Twitter developer dashboard. After you created the app click on Details => Keys and Tokens. Note down your API key, API secret key, Access token, and Access token secret
- Clone the prepared scripts (e.g. twitter-boilerplate) to your local machine.
- Setup the script as it is described in the
README.md
of the script. - Be shure that you update the dependencies to avoid security leaks.
- Let's hack!