Task Request - README File Needed for Twitter iMacros Scripts

Repository

https://github.com/jinzocode/imacros-scripts-niche

Details

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.

Getting Started

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

  • (.*).csv
  • (.*).txt
  • (.*).temp

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.

Note

  • You may need a GIF you can search for it in my previous contributions.
  • Make sure you have made a search for all datasources/downloads file.
  • Script short descriptions or details should be in my previous contributions.
  • Don't use space with directory name only user underscore "_" with small case.
  • You need to mention what is that datasource/download file is used for.

After you finish please open a new pull request.

Bonus

1 STEEM for every single README with GIF made by you (It souldn't be recorded before in my previous contributions)

Components

This will affect scripts categories to be more organized and usable.

Deadline

This task is permanently open until all twitter scripts documented.

Communication

Use the comments below or use my email address in my GitHub profile

Github

https://github.com/jinzocode

H2
H3
H4
3 columns
2 columns
1 column
Join the conversation now
Logo
Center