iMacros Scripts - Twitter Accounts Creator (Mohmal Version), Twitter Avatar Uploader & Custom Location

in #utopian-io6 years ago (edited)

000.png

New Scripts

  • Twitter Accounts Creator (Mohmal Version)
  • Twitter AvatarUploader & Auto Set Location!

What is the scripts about?

A new script for twitter accounts creator that has a different temp mail service as well as new script for upload avatar image for every twitter account that doesn't have an image beside that there is another automated function that is auto set country for any location you will set inside a config file.

Technology Stack

  • Firefox ESR
  • iMacros 8.9.7 for Firefox
  • JavaScript (Limited for Window Interface)

How to use?

I've explained how to use twitter accounts creator before.

For the new script

Download

Clone the git repository with

 git clone https://github.com/jinzocode/imacros-scripts.git

Then Add (TwitterUp_Location.js)

To your iMacros/Macros Folder

Then Create/Edit (TwitterUp_Location.conf) file inside Datasources folder

Then Create/Edit (TwitterAccountsUp.csv) file inside Datasources folder (user:pass)

Then open Firefox and hit F8

That's it

Roadmap

  • Scripts Maintenance
  • Scripts Stabilization
  • Further improvements
  • More Scripts & New Releases/Versions

Previous Contribution

iMacros Scripts - Twitter Accounts Creator (Moakt) Version

How to contribute?

Test any script if you find any issue/bug please open a new issue or if you want to make changes your self just open a new pull request also your feedback here in comments is very important.

Github

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


All Rights reserved for @jinzo. Intro image is licensed for public usage & edit by @jinzo.



Posted on Utopian.io - Rewarding Open Source Contributors

Sort:  

Thank you for the contribution. It has been approved. It would be better if you can remove the extra code which you are not using.

You can contact us on Discord.
[utopian-moderator]

I can see some of the codes in the file below, which you are not using any where ...any specific reason. And the code is from "https://stackoverflow.com/questions/1349404/generate-random-string-characters-in-javascript"

function makeid(num) {
    var text = "";
    var possible = "abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz0123456789";
    for (var i = 0; i < num; i++)
        text += possible.charAt(Math.floor(Math.random() * possible.length));
    return text;
}

That function was being used in twitter username generator but I've removed the usage of that function and replaced it with a scrape from the page itself as twitter suggest some available usernames.

var binput = "CODE:";
binput += "SET !ERRORIGNORE YES" + jsLF;
binput += "TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:/signup/create_password ATTR=ID:password CONTENT={{password}}" + jsLF;
binput += "TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:/signup/create_password ATTR=NAME:commit" + jsLF;
binput += "TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:/signup/add_phone/skip ATTR=NAME:commit" + jsLF;
binput += "TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:/signup/screen_name ATTR=ID:custom_name EXTRACT=TXT" + jsLF; //makeid() alternative

I've made a commit.makeid() has been removed for both versions.
Thank you.

Great and Nice temp mail service.
Thanks.

You're welcome :)

Hey @jinzo I am @utopian-io. I have just upvoted you!

Achievements

  • Seems like you contribute quite often. AMAZING!

Community-Driven Witness!

I am the first and only Steem Community-Driven Witness. Participate on Discord. Lets GROW TOGETHER!

mooncryption-utopian-witness-gif

Up-vote this comment to grow my power and help Open Source contributions like this one. Want to chat? Join me on Discord https://discord.gg/Pc8HG9x

Coin Marketplace

STEEM 0.30
TRX 0.12
JST 0.034
BTC 63960.62
ETH 3142.95
USDT 1.00
SBD 3.95