https://github.com/jinzocode/imacros-scripts-niche
All I need in this task is creating README.md file for every Twitter iMacros Script.
In the following directory you will have to create a new directory for any script with README.md.
First you need to create a new README.md file according to this template:
https://github.com/jinzocode/imacros-scripts-niche/blob/master/doc/script_readme_template.md
Then Use any text editor to edit the script.
Make sure your text editor has a search (CTRL + F) regex expression search then enable this option.
Search for
If the code like this:
macro += "SET !DATASOURCE_DELIMITER :" + jsLF; //Split lines using : in CSV File
macro += "SET !DATASOURCE TwitterAccounts.csv" + jsLF; //Datasource file name
macro += "SET !DATASOURCE_COLUMNS 2" + jsLF;
or
In this case you will find file name in a variable.
macro += "SET !DATASOURCE_DELIMITER :" + jsLF; //Split lines using : in CSV File
macro += "SET !DATASOURCE {{file}}" + jsLF; //Datasource file name
macro += "SET !DATASOURCE_COLUMNS 2" + jsLF;
Like the following:
const accounts_csv = "TwitterAccounts.csv"; //Accounts Datasources
Then the datasource filename should be TwitterAccounts.csv
but if it like the following it means it's not a Datasource file, It's a download file.
SAVEAS TYPE=EXTRACT FOLDER=* FILE=TwitterDownloads.csv
That means download file is TwitterDownloads.csv.
After you finish please open a new pull request.
1 STEEM for every single README with GIF made by you (It souldn't be recorded before in my previous contributions)
This will affect scripts categories to be more organized and usable.
This task is permanently open until all twitter scripts documented.
Use the comments below or use my email address in my GitHub profile