Frontline to Online

Frontline to Online

$7K in 7 Days - The ebook by Ali Chowdhry

This is a 37 page PDF by Ali Chowdhry who used to be a police officer turned digital marketer.  The claim is a $7k in 7 days without a list, no product, and no paid advertising using only social media.


The 7K in 7 Days Protocal basically asks you to reach out to administrators of Facebook Groups with a large base to propose some sort of collaboration.  Use a series of timed sequences to deliver information to the group to join a LIVE webinar, present offer, split profit.  Rince / Repeat / Scale.


After that, the pdf successfully covers digital marketing in a nutshell in simple-to-understand language and layout. Here are some of the things he mentioned and some includes simple to understand examples.  If you are an ABSOLUTE beginner to the "making online niche", I would say this ebook is not half bad.

Topics he covered.

  • Build email list (opt In)
  • Types of Digital Products you can create
  • Other people's Products you can promote (affiliate marketing)
  • Use Facebook Group and Webinar to sell products
  • Out-sourcing
  • Building a process (Funnel building)
  • Webinars
  • JV Partnerships

The Good:

I would say this is a pretty good PDF for beginners.  It covers the frame works and concepts of digital marketing very broadly but enough to give you a good picture of the process.

The Bad:

The process and steps mentioned in this pdf are WAYYYY bigger and and deeper than what he makes it out to be. For example, product creation itself can be a daunting process. How about webinars?? how do you structure a webinar and how to sell your products? How about funnel building?   The purpose of this PDF is very clear, to give you enough information, and to leave you wanting more so you contact him buy other products from him, which is a legit business model.  Ali came across very sincere in his videos 

Some Thoughts:

There seems to be a period of inactivity... His videos on youtube were quite old, FB updates also... I think he is trying to "relaunch" himself.

ebook by Adrian Morrison

ebook by Adrian Morrison

I was going through my download folder on my computer to delete old and unnecessary files and I saw this PDF file so I decided to read it.  This is an eBook by Adrian Morrison.

The ebook is called $20K per day ecom secrets - 5 simple steps to building your profitable ecommerce business.

After I finished reading and decided to look him up on the internet and it turns out he kinds of dropped off from the scene as his latest post on facebook was from 2018...

Anyways, this PDF was short and it really is just a sales pitch to his ecommerce course... so here they are the take away

Here is the ebook if you would like to read it, I am no way affiliate or associated with him and his products, and I really don't recommend it.  

If you have spare time, read something else instead.  Here are two books I'd recommend :


TL;DR in my own words

Adrian let his million dollar business die.  Why? because it was not sellable. You need to control the business, build your own brand, not someone else's, and have an exit strategy.

1. Nobody cares what you want.  Look for what people want and give it to them.
2. Focus on a few products, not thousands of products.
3. Leverage the word "free"
4. Learn to use Facebook ads
5. Focus on conversion, not clicks.

Keyword section


How to create Google Services Accounts very quicky in Windows 10

How to create Google Services Accounts very quicky in Windows 10



Taken and recreated from 

GitHub - xyou365/AutoRclone: AutoRclone: rclone copy/move/sync (automatically) with thousands of service accounts

This page has a very detailed step by step.

My version lets you skip the reading and just do it.

  1. Download and install python https://www.python.org/downloads/
  2. Download tested and working file here. (including scripts) extract to a folder eg. C:\autorclone
  3. Delete pickle token first (if you have already installed before)

Go to google cloud console

  1. create project, select project
  2. API & Services, Enable APIs, Select Google Drive, Enable it
  3. API & Services, OAuth Consent Screen, select External, input name, 2 emails, next, next, next to complete, and on dashboard screen, select PUBLISH.
  4. API & Services, Credentials, Create Credentials, select OAuth client ID, download .json file and rename it to credentials.json into script folder. eg. C:\autorclone

ALMOST THERE

Run the following 3 commands. (command prompt)

  1. pip3 install -U -r requirements.txt
  2. py gen_sa_accounts.py --quick-setup -1

    this will take you to authenticate step, just copy and paste the URL into a browser and give permission. Due to google cloud console and browser security sometimes this won’t work. I have provided the version that works, just bypass the security, give permission, then back to command prompt to complete (just hit enter) and it’s all good (tested)

  3. python gen_sa_accounts.py --download-keys ProjectIDHere (replace with project ID)
    you might want to clear the accounts folders first if you have previously downloaded these accounts

    ALL DONE