Coder Social home page Coder Social logo

milebdo / automated-amazon-affiliate-store Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mpl1018/automated-amazon-affiliate-store

0.0 0.0 0.0 5.8 MB

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

Home Page: https://mascarillavirus.com

JavaScript 10.85% Python 8.53% CSS 36.12% HTML 2.79% Vue 41.71%

automated-amazon-affiliate-store's Introduction

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

automated-amazon-affiliate-store's People

Contributors

mpl1018 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.