nodejs

  1. D

    Looking to Hire A Amazon Script Developer

    Looking for someone who can help with scraping and auto ordering Please pm me for details and let me know if its doable or not Python, Nodejs, .net, php (any of these are preferred, No selenium ) Advance Thanks
  2. TasDePixels

    Eternal lurker reporting for duty

    Hello fellas, I finally decided to join BHW after lurking here for a while ! :) My initial search was about proxies usage and some other stuff. I'm a software engineer, currently developping a media intelligence tool based on the MEAN stack. ( web and social media monitoring / analysis /...
  3. A

    Favorite your niche!

    Hello BHW. I want my first post to be something special, so I'd like to share some code with you guys! If you meet the 8 key prerequisites and can get through the 7 easy steps to success listed below, you will be on your way to favoriting (1 out of 10) current posts in your niche + favoriting...
  4. dreadpixel

    Scrape with NodeJS and JQuery: Get your IP, Host and User-Agent

    In this post I am going to teach you how to screen scrape using NodeJS and JQuery (cheerio). Its relatively easy, here is the code: var request = require('request'); // we need request library var cheerio = require('cheerio'); // and cheerio library/ JQuery // set some defaults req =...
  5. dreadpixel

    Create an IRC Bot with NodeJS

    IRC was the best 10 years ago, now other softwares have eclipsed, but many savvy people keep using it for proper communication with special individuals. So, if you never heard or configured eggdrops, this is something similar. So first you will need to install NodeJS, and I will consider that...
  6. dreadpixel

    How to Scrape using NodeJS and JQuery: (Get your IP, Host and User-Agent)

    Here is a chunk of code that will go to a get my ip domain and extract using CSS selectors thanks to JQuery library for NodeJS called Cheerio. The code is properly explained on comments: var request = require('request'); // we need request library var cheerio = require('cheerio'); // and...
  7. R

    MySQL CRUD i wrote

    Hi, I develop MySQL CRUD Application, its desktop app based on Electron (NodeJS). CRUD stands for (Create, Read, Update, Delete) - you can manage your mysql tables and create admin with few clicks. Its pre-alpha so its not contains lot of features and some bugs and i want to hear a reviews. its...
Back
Top