Sunday, May 18, 2014

Basic Python Data Types

Here are some basic python types to play around with in the interpreter.

String = 'string' or "String"
Integer = 1
List = ['I','am','a','list','of','strings'] *A list of strings*
List = [0,1,2,3,4] *A list of numbers*
Dictionary = {'key':value, 'kobe':24,'jordan':'mike'}
Variable = 'variable'
Boolean = True or False

Friday, May 16, 2014

Python Hello World

Welcome to programming python. I'm a huge fan of the python programming language for a few reasons. First it's a very beautiful language that's very easy on the eyes. It has a shorter learning curve than some other languages such as C or Java. It is almost the go to language for beginners and on that note lets get started with the most simple program you can write a 'Hello World' program.

Once you have python downloaded and installed on your computer (most linux distros come with python already installed) open it up.

Now type into the interpreter with the quotation marks 'Hello World'. The interpeter should say 'Hello World' now congratulations you've written your first program!  

Imacros Twitter Follow Script

I'm back with another imacros script for you. This time we will be doing some damage on Twitter. This is a really powerful script which will follow as many people as you want. The followers are somewhat targeted as this script follows accounts that are similar to accounts you've already followed. Just don't abuse this script or Twitter will ban you.

All you have to do is copy the script. Sign into twitter then run it with imacros. I recommend you follow about 100 accounts similar to who you are targeting. This will tell twitter what kind of people you like or are targeting and they will change the similar to accounts accordingly.

Here's the script. Feel free to comment if you have any errors or need help.

VERSION BUILD=8810214 RECORDER=FX
TAB T=1
URL GOTO=https://twitter.com/
TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow<SP>Following<SP>Unfollow<SP>Blocked<SP>Unblock<SP>Pen*
TAG POS=2 TYPE=BUTTON ATTR=TXT:Follow<SP>Following<SP>Unfollow<SP>Blocked<SP>Unblock<SP>Pen*
TAG POS=3 TYPE=BUTTON ATTR=TXT:Follow<SP>Following<SP>Unfollow<SP>Blocked<SP>Unblock<SP>Pen*
WAIT SECONDS=20
TAG POS=4 TYPE=BUTTON ATTR=TXT:Follow<SP>Following<SP>Unfollow<SP>Blocked<SP>Unblock<SP>Pen*
TAG POS=5 TYPE=BUTTON ATTR=TXT:Follow<SP>Following<SP>Unfollow<SP>Blocked<SP>Unblock<SP>Pen*
TAG POS=6 TYPE=BUTTON ATTR=TXT:Follow<SP>Following<SP>Unfollow<SP>Blocked<SP>Unblock<SP>Pen*
WAIT SECONDS=20
TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow<SP>Following<SP>Unfollow<SP>Blocked<SP>Unblock<SP>Pen*
TAG POS=2 TYPE=BUTTON ATTR=TXT:Follow<SP>Following<SP>Unfollow<SP>Blocked<SP>Unblock<SP>Pen*
TAG POS=3 TYPE=BUTTON ATTR=TXT:Follow<SP>Following<SP>Unfollow<SP>Blocked<SP>Unblock<SP>Pen*
 

Instagram Imacros Like Script

Hello fellow Instagram marketeers! If you use Instagram you know the value of likes. Each like entices people to view and follow your page. Using this script I gained on 30 - 150 followers per day. Use this script with care as Instagram will ban you if you abuse it. You must have an account with web.stagram.com for this to work.

1. Step one is to go to web.stagram.com sign in and search the hash tag you would like to target. You should end up at url a like web.stagram.com/tag/love/   if love is the hashtag. Then click grid view this is important the script may not work in list view.

2. Step two is to open imacros browser add on.

3. Step three is to run this script on SLOW. Once you've changed the setting to slow increase the loop count to whatever you desire, I usually set it at about 100 or so.

4. Let the targeted followers come in from all the likes! Hope you enjoy!

VERSION BUILD=8810214 RECORDER=FX
TAB T=1
TAG POS=1 TYPE=BUTTON ATTR=TXT:Like
TAG POS=2 TYPE=BUTTON ATTR=TXT:Like
TAG POS=3 TYPE=BUTTON ATTR=TXT:Like
TAG POS=4 TYPE=BUTTON ATTR=TXT:Like
TAG POS=5 TYPE=BUTTON ATTR=TXT:Like
TAG POS=6 TYPE=BUTTON ATTR=TXT:Like
TAG POS=7 TYPE=BUTTON ATTR=TXT:Like
TAG POS=8 TYPE=BUTTON ATTR=TXT:Like
TAG POS=9 TYPE=BUTTON ATTR=TXT:Like
TAG POS=1 TYPE=A ATTR=TXT:Earlier
WAIT SECONDS=120