Search results

  1. Arc717

    How much faster is web scraping on C++ compared to Python on Average?

    I am currently web-scraping a bunch of similar pages in Python. Here is my Setup: - Using Requests sessions to get data, no Selenium or JavaScript involved - Using Threads to make concurrent requests, not Asyncio or Aiohttp (Aiohttp is too buggy) - 55 Threads - Maintaining a pool of Request...
  2. Arc717

    I need help setting up mobile push notifications

    I run a service that revolves around sending 5-10 mobile notifications a day to peoples' phones. Right now I use Twilio to deliver these mobile notifications as SMS messages. It's costing me $0.0075/SMS to $0.015/SMS for longer messages. This was fine at first, but as I grew my service, so did...
  3. Arc717

    Trying to make my own Membership Website.

    As the title says I'm trying to make my own site that allows users to pay a monthly fee for a membership, login, renew their membership, cancel their membership, etc. I would like to restrict one page on the site to paying members only. I would also only like to have one account be logged in...
  4. Arc717

    Looking for Help with Web Scraping.

    I need someone to automate logging into a site with requests in Python. The site has no captchas, no bot detection and no security system. I am asking for someone to provide me a code that allows me to log into this site (and maintain a session) with the Python module requests. I want this done...
  5. Arc717

    Simple Web Scraping Job in Python

    I need someone to automate logging into a site with requests in Python. The site has no captchas, no bot detection and no security system. I am asking for someone to provide me a code that allows me to log into this site (and maintain a session) with the Python module requests. I can pay $50...
  6. Arc717

    Looking for help with web scraping.

    I am looking for help in web scraping a news site in the most efficient way possible. Speed is a factor. My goal is to scrape a news site and have news articles delivered to me within 1-5 seconds of being posted. I previously made a news scraper for this site while I was learning to code, but...
  7. Arc717

    Need help web scraping

    Hello whoever is reading this: I've been coding (mostly webscraping) in Python for about a year and haven't run into any problems until now. I've been webscraping this site for a while (BHW won't let me post urls. Content marked as inappropriate), but then the site owners hired Distill...
Back
Top