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
Leave Task Request - README File Needed for Twitter iMacros Scripts to:
Read more #utopian-io posts
Best Posts From jinzo
We have not curated any of jinzo's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.
More Posts From jinzo
- iMacros - Facebook Scripts Code Improvments And Restructuring With Debug mode
- Warzone 2100 - A Free And Open Source Real-Time Strategy Game
- iMacros - Code Improvements, New Debug Mode , New Twitter Advanced Tweets [Development]
- iMacros - Introducing Facebook Groups Poster, Roadmap Updates After Quantom Release
- Task Request - README File Needed for Twitter iMacros Scripts
- iMacros Scripts - Twitter Advanced Follow, Twitter Accounts Creator New Version (MM)
- iMacros Scripts - New Scripts Twitter Arabization - Gmail Accounts Creator
- [Task-Response] Utopian-io - @utopian-bot a JavaScript mentions handler
- iMacros Scripts - New Scripts Auto Retweet Latest, Twitter Accounts Language Changer
- iMacros Scripts - Facebook Reactions Users Extractor, Tweet in My Time, Roadmap Changes