Skip to content

This project consists in a completely automated Amazon Affiliate Store. It’s like a normal affiliate store, but automated.

Notifications You must be signed in to change notification settings

mpl1018/Automated-Amazon-Affiliate-Store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Automated Amazon Affiliate Store.

⚠️ Disclaimer: All the money made with this project will be sent to SavetheChildren, to help needy families with this Coronavirus crisis in Spain.

This project consists in a completely automated Amazon Affiliate Store. It’s like a normal affiliate store, but automated. 🤗

How does it make money? 💸️

It's simple. When you register yourself into the Amazon Affiliates Program, you can get an affiliate link for every product on Amazon. When someone buys something through that link, you get your commision (up to 10%). You can check commission rates and more here

How does it work? ⚙️

I think that an outline will make it more understandable: Image of Yaktocat The interesting part of all this, is the automation part. In order to keep the store stock updated, I made a Python script (myBot.py) that scrapes amazon search results, adds them to your store and deletes old items. Using a GCL VM, you can write the following cronjob:

# m h  dom mon dow   command
1 1 * * * /route/to/Python-3.7.5/python /route/to/bot/myBot.py 'your firebase category' 'your amazon search' >

For example:

1 4 * * * /home/mascarillavirus/Python-3.7.5/python /home/mascarillavirus/bot/myBot.py guantes guantes desechables 

Note: I used an scraper instead of Amazon PA API because this api is only avalaible for stores that already have a great amount of sells (not my case).

Getting Started 🚀

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Built with

About

This project consists in a completely automated Amazon Affiliate Store. It’s like a normal affiliate store, but automated.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published