requests

  1. akaseo

    Just wanted to ask could there be a Option to Set 'Unwatched' as Default After Replying to Threads

    Every time I reply to a thread, I find myself needing to select "unwatched" again to avoid additional notifications. Could we have an option to set "unwatched" as the default, even after replying? That way, I'd only get notified if someone directly responds to my comment or reacts to it.
  2. thebotmaker

    Beginners guide to Multi-Threading in Python: Running Lots of Instances from one PC (mini tutorial)

    When you want to run multiple browser instances simultaneously from a single computer, Python offers powerful solutions through its concurrent.futures module and the threading library. Here, we'll explore how to use these tools with two popular browser automation libraries: Playwright and...
  3. B

    [NEED]Python Request EBOOK or HELP to learn it

    hey, im new to python and would say im okey with it, but now i want to make something like an "checker", and i heard about something called csrf or csf?, and now i would like to ask if anyone know a good ebook or can help me.
  4. Destt

    [HAF] Web Automation Programmer WANTED ($100k+)

    Looking for a web automation specialist - requiring lots of tasks, high speed, and stability of the software. Have you ever worked on software that registered accounts on websites/apps like Snapchat, Telegram, WhatsApp, Viber, or TikTok? Then hit me up. Payment options: 1) ONE-TIME REWARD for...
  5. iam_ironman

    [Code] Scrape Google PAA Using Python + Requests

    Python code to scrape PAA from google Seen a post made by @RealDaddy that PAA would increase your organic traffic, so I made a code to scrape PAA text with python import requests from lxml.html import fromstring import lxml.html header = { 'User-Agent': 'Mozilla/5.0 (Windows NT 10.0...
  6. H

    Can't get Python Requests based Reddit account generator to work.

    Hi all, I am trying to create a Reddit account creator based on Python requests (to save bandwidth resources). Below is a brief summary of what my code does. Btw I am using rotating proxies which I lock in for each requests.session() 1. start an requests.session() instance. 2. update the...
  7. CoderFromHell

    How do I extract the exact number of an Instagram Profile Post Amount? - (Python - Requests/BeautifulSoup)

    from bs4 import BeautifulSoup import requests r = requests.get('https://www.instagram.com/worldstar/?hl=en') #Link of the Instagram Profile that I would like to Scrape Data from def parse_data(s): # creating a dictionary data = {} # splittting the content # then...
  8. N

    How is this server flagging me?

    Im getting flagered in response headers 'User-Agent': 'python-requests/2.21.0' import requests from proxy import proxy as ez #returns random proxy from my list def getcookies(proxy): proxies = { 'https': proxy # returns random proxy } headers = {...
  9. N

    fastest 2captcha recaptcha solving service?

    I need a service like 2captcha, witouth browser emulation resolve the recaptcha giving the token. I dont mind paying 20$ per 1000 i use 100 per day and each sucesfull captcha reports me more money than it cost so. I just need speed, be so so fast like 10-15 seconds would be so good. if no...
  10. C45HC0W

    webscrapping when acces gets denied

    I want to read out this list of odds of different betting websites using python and request and beautifulsoup however my access gets denied this is my code: import requests from bs4 import BeautifulSoup as bs url = 'oddsportal.com/soccer/europe/europa-league/dynamo-kyiv-chelsea-lIjhcPn4/' r...
  11. crissdinesh

    How to write professional email to brands to share my article?

    Hi BHW, I have a tech blog. In one of my post under best websites category, I'm giving backlinks to more than 10 websites (Top brands). I would like to know how to write a professional email to them inorder to share the article in thier social media pages. Need an attractive email sample...
  12. Coder3

    << Request >> Logo Modernism By Jens Muller

    I Am Really In Need Of this E-Book Book : Logo Modernism Author : Jens Muller I Will Appreciate too much if anyone helped me :)
  13. D

    Growing a targeted facebook account.

    Hello, guys. I'm trying to grow a facebook account. So I filled up the information, added a profile pic and a cover photo. Now I started sending requests for Shopify groups. I plan on being active there and slowly start promoting my services. Now, I started sending friend requests to people from...
  14. I

    [Help me] Python code error

    I got an Python Instagram Bot Code but when Itry to run the Code there always Comes this error message: << ModuleNotFoundError: No module named 'requests_toolbelt' >> So it could not Import "request_toolbelt" but i don't know how to install modules. The Internet says " - pip install...
  15. H

    Requests for software you need.

    Hi community, I am a Java, C++ programmer, and I would like to know what kind of tools you need for SEO, PPD, PPC etc. I am currently making a Youtube ranking program, that shows the ranking of your videos and lets you manage multiple accounts simultaneously, plus other nifty features. Is...
Back
Top