Coder Social home page Coder Social logo

naseif / more4less Goto Github PK

View Code? Open in Web Editor NEW
4.0 3.0 0.0 320 KB

A price search engine for various german online shops

Home Page: https://naseif.github.io/more4less/

License: MIT License

Shell 0.08% TypeScript 99.87% PowerShell 0.05%
preisvergleich preissuchmachine price-search-engine more4less-price more4less-search-engine price-scraper otto ebay-scraper amazon-scraper mediamarkt

more4less's Introduction

Hi there ๐Ÿ‘‹

const greetings = (firstName) => {
    console.log(
        `Hi :), My name is ${firstName} and I mostly program stuff that I either want to learn or just for personal use ๐Ÿ™„`
    );
};

greetings('Naseif');

I am a member of the CleverCodeCravers :)

Some of my open source projects:

  • teletron-ts, Fast and Flexible Telegram Bot API Framework for Node.js
  • tiktok-scraper Scraper for Tiktok. Download videos, music, fetch user info and more.
  • more4less, A price search engine for various online shops.
  • more4less-api, A simple and fast RESTful API for @naseif/more4less built using @naseif/api-tools-ts!
  • Eyesense-Music-Bot, Discord bot to play Music from Youtube, Soundcloud and Spotify using the new slash commands and a lot more!
  • API-Tools-TS, A light-weight library to help you create APIs on the fly using express.js written in TypeScript.
  • vultr-vscode, a node.js utility that enables you to create a virtual machine on vultr and host Visual Code on the browser.
  • telegram-music-bot, A telegram bot to download music from youtube and soundcloud.
  • port-scanner-py, A very minimalistic port-scanner in python to check remote ports.

naseif's GitHub stats

Top Langs

more4less's People

Contributors

naseif avatar stho32 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

more4less's Issues

[Amazon] Links are undefined

Scrpaing the products links from amazon has been tricky so far. It all depends on the way the page is styled and after testing with some search queries I noticed that the html content of each search operation was different so I went to amazon and searched using the same queries and here was the surprise, each search result was styled different. One was styled with cards, the other is was styled as a list etc. Product titles are also messed up for some results. I need to find a way of validating the existing of a class before pushing and that can only be achieved if the parent class of all these different styles has the same name. I then have only to check which of these classes exist and push their value.

links.push(baseUrl + $detail(".a-link-normal[title='product-image']").attr('href'));

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.