command line tool to generate queries for pulse or use pulse export data
git clone https://github.com/gitayam/pulse-menu.git && cd ./pulse-menu
./pulse-menu.sh
User will be prompted for all fields. There is a limit to the number of values with this method
./pulse-menu.sh "keyword1, keyword2"
No limit for values, user will be prompted with options for data
./pulse-menu.sh twitter-export-data.csv
exported data can be cleaned with the script and then it can be used to generate DLS queries
This script has options to generate DSL json queries based on keywords or an input file. Moreover, an exported file from pulse can be "Cleaned" and that data can be used with the Options below.
- Enter Usernames as comma separated and the output will be a DSL query copied to a clipboard
- Enter Hashtags as comma separated and the output will be a DSL query copied to a clipboard
- Enter Locations as comma separated and the output will be a DSL query copied to a clipboard
HINT
-
Enter URLs as comma separated and the output will be a DSL query copied to a clipboard.
-
This can be important to show propagation across networks
- Enter Image URLs as comma separated and the output will be a DSL query copied to a clipboard.
- Enter data as comma separated and the output will be a DSL query based on a second prompt for custom data attributes copied to a clipboard.
- Enter an exported CSV file and have it "normalized" and ready to use with any of the above options.