Natts twitter journey

Nattsurfaren

Power Member
Joined
Apr 12, 2010
Messages
593
Reaction score
82
Here we go. Fresh from start. Time to begin this Journey. Thank you Wizard04 for inspiration and motivation.

Explored twitterfeed.com
Registering was easy enough.
Connected a test account I did 2013.
Set it to tweet every hour.
First tweet not seen yet.
If the tweets is missing images then I'm not to happy about it.
For every newbs out there. I'm a total twitter newb. If I make money with this you will to.

Meanwhile time to create a bot. For those that don't have a custom home made macro tool I know you could probably do this with a free imacro plugin.
This will be a central bot that will call various other bots(plugins).
The central bot is looping through proxies one by one and attach gmail, twitter etc. You can say I arrange a short relationship between them until I get new proxies from my private proxy provider.
 
Good luck on your journey. I also have recently started a twitter journey so I will be watching and ill try to help you any way possible
 
Good luck on your journey. I also have recently started a twitter journey so I will be watching and ill try to help you any way possible
Thanks man. I appreciate any help I get.
 
I'm almost finished with the core macro.
This one will log in to gmail. If there is a verification needed it will do so. I have a list of verification mails associated with the base email.
There is also a cleanup function to handle locked gmail accounts. Those that need phone verification. I have loads of locked accounts.

Building 2 new macros.

One to collect faces from google images.
The other to collect background images.

After that I will need to build a spintax for introduction. I want to make the profile as good as possible.
 
When searching for images in google it is good to remove these domains:
Agettyimages.com
Aaliexpress.com
Abecuo.com
Astockfresh.com
Abecuo.com
Afotosearch.com
Aistockphoto.com
Afotolia.com
Ashutterstock.com

so -site:Agettyimages.com -site:Aaliexpress.com etc

The reason is to not include those with water mark.
 
"Extreme alcohol buff. Infuriatingly humble internet fanatic. Web junkie. Introvert. Lifelong entrepreneur." Never see this Twitter Bio Generator lol. I don't know if I miss something, but how will you monetize?
 
This is a small piece of script that shows what I'm doing. I don't know how to convert this to Imacro code but someone with exprience in Imacro could probably figure that out.
This snippet is run for every gmail account I have in a list.

!RunScript("<script>Login")
!MessageBoxIfNotHasString("","Inbox ","Error","Couldn't find inbox")
!StopIfNotHasString("","Inbox ")


!WriteTextFile("<var>Proxy","CurrentProxy.txt")


!RunScript("<script>ImagesGetMoreFaces")
!RunScript("<script>ImagesGetMoreBackgrounds")
!RunScript("<script>TwitterBioGenerator")
!RunScript("<script>GetAmazonKeywords")
!RunScript("<script>GetGoogleKeywords")
 
"Extreme alcohol buff. Infuriatingly humble internet fanatic. Web junkie. Introvert. Lifelong entrepreneur." Never see this Twitter Bio Generator lol. I don't know if I miss something, but how will you monetize?

I thought that I would mainly use amazon to monetize this adventure. I will also try my previous youtube - clickbank videos that currently is working shit,fish,stink,poop. :D
 
I'm finished with the first version of Twitter account creator. Things usually fishes up when I create a second account. Many things can go wrong but every time I run the macro I will change the macro to adapt to the most common obstacles.

The main macro snippet looks like this now.
!MessageBoxIfNotHasString("","Inbox ","Error","Couldn't find inbox")
!StopIfNotHasString("","Inbox ")


!RunScript("<script>CreateFirstLast")
!RunScript("<script>CreateMD5Password")


!WriteTextFile("<var>First","CurrentFirst.txt")
!WriteTextFile("<var>Last","CurrentLast.txt")
!WriteTextFile("<var>Proxy","CurrentProxy.txt")
!WriteTextFile("<var>EMail","CurrentEMail.txt")
!WriteTextFile("<var>Password","CurrentEMailPassword.txt")
!WriteTextFile("<var>md5pass","CurrentNewPassword.txt")








!SetPage("<var>CurrentImageFace","")
!RunScript("<script>ImagesGetMoreFaces")


!SetPage("<var>CurrentImageBackground","")
!RunScript("<script>ImagesGetMoreBackgrounds")


!WriteTextFile("<var>CurrentImageFace","CurrentImageFace.txt")
!WriteTextFile("<var>CurrentImageBackground","CurrentImageBackground.txt")


!SetPage("<var>CurrentBio","")
!RunScript("<script>TwitterBioGenerator")
!WriteTextFile("<var>CurrentBio","CurrentBio.txt")


!RunScript("<script>GetAmazonKeywords")
!RunScript("<script>GetGoogleKeywords")
!RunScript("<script>ConnectAccount")
!RunScript("<script>CreateTwitterAccount")

I had some issues finding a list with locations over USA to use for the account creator. After an hour or two I found a source and did some filtering.
I was about to try out different paste text online services and share this list on this forum but none of these services could take that size. So I decided fck it. If anyone desperately need it then I do some more effort with zipping and upload as a file.

The next thing to do is to try out a rss feed to twitter service. It seams that Twitterfeed.com can't handle images. I saw an alternative I wanted to try. I hope that one will work.
 
Have been exploring 3 rss 2 twitter services.

1. Twitterfeed.com (Pros:Looks like there is no advertisement? Can post text instead of title. Cons:No pictures in posts. Some complains that it stops working)
2. twibble.io (Pros: It posts pictures. Cons:Takes extra space in the tweet for their brand name, You get only the title which can look more spammy)
3. dlvr.it (Pros: posts pictures and more configuration options. Cons: Limited to 5 feeds. Their urls shortener similar to ad.fl.y but you can't earn money and forces the visitor to click continue.)

It looks like twitterfeed is the one to use for me.

A question to you all.
If I were to create my own rss to twitter service then how would I build it so that you would be happy to use it and at the same time make me some cash also?
I think many people are using the wrong approach to sneak in a service that they claim that they don't own. And when people use it they suddenly have their sites filled with unwanted advertisement and pissing them off at the same time.
Happy to listen to any suggestion you have.
 
If you want more flexibility from your rss feed poster, take a look at ifttt.com
 
If you want more flexibility from your rss feed poster, take a look at ifttt.com

I tried ifttt.com and I really couldn't find any use for it regarding an rss feed. I found a recipe of using a feedly channel and a twitter channel but when I tried to connect to feedly they wanted me to pay money and I'm currently not that interested to pay.

Edited this post......

I thought maybe you meant that I should create my own recipe. I did a simple if new feed item then tweet. I don't really know if that works. Will the wizard automatically fill out the the rss item title and description?
I don't know. I didn't feel I had any control over it.
 
Last edited:
I explored further options by installing a wordpress and a wordpress to twitter plugin.
The settings page required me to provide a website url. (footprint)
Then it says that I need to provide a phone number which ruins everything.
 
I need to save some time.
I'm planning to create an rss2twitter bot using php.
This way I can setup a blog and take the rss have it posted to twitter.
But the smart thing to do is to first have basic things working first.
That is posting engaging content to twitter through twibble.io.
Then create a follow and unfollow system.

Please if you know of any wordpress plugin that doesn't require a twitter api key in order to post I would really appreciate if you could recommend me one.
 
Back
Top