An Electron-based desktop application for Twitter Ads Analytics API.
- macOS
- Windows
Please download the latest version from the releases page.
This application is built as a single executable file so there are no "install" steps at all.
Please configure your OAuth 1.0a tokens by clicking the top-right button.
Need a way to generate tokens easily? Try this tool - tw-oob-oauth-cli.
This app stores token to the system's credential storage (i.e., Keychain
for macOS and Credential Vault
for Windows).
- Node.js version 12+
$ git clone https://github.com/smaeda-ks/twitter-ads-api-analytics-debugger
$ cd ./twitter-ads-api-analytics-debugger
$ npm install
You probably need to run the following command after npm install
as this app uses some native modules:
$ ./node_modules/.bin/electron-rebuild
From the source directory:
$ npx electron .
You can also specify --dev
option when launching. This will enable live-reloading (using electron-reload).
$ npx electron . --dev
If you need to build locally, try the following commands.
# macOS
$ npm run build:mac
# Windows
$ npm run build:win
# built packages are in the dist directory
$ ls ./dist