Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Google API OAuth v2 Python
Post: Google API OAuth v2 Python

I have been trying to find a way to automate blogger Post, i was able to access normal data of my blog with a API Key, For Posting I need to have a OAuth v2 authorization I didnt find any good tutoria...
oneclick General Coding Help 0 2,075 Sep-09-2019, 05:02 AM
    Thread: Selenium Parsing (unable to Parse page after loading)
Post: RE: Selenium Parsing (unable to Parse page after l...

(Jan-11-2019, 03:39 PM)metulburr Wrote: your code does work with that site for me. it printed out the html. However you dont need requests or beautifulsoup, if you use selenium. Selenium can make re...
oneclick Web Scraping & Web Development 7 6,006 Jan-13-2019, 03:10 AM
    Thread: Selenium Parsing (unable to Parse page after loading)
Post: RE: Selenium Parsing (unable to Parse page after l...

(Jan-08-2019, 04:15 AM)metulburr Wrote: torrentz.eu is no longer active https://tribune.com.pk/story/1156409/tor...one-knows/ Quote:Although the home page of Torrentz.eu is still active, it has comp...
oneclick Web Scraping & Web Development 7 6,006 Jan-11-2019, 04:53 AM
    Thread: Selenium Parsing (unable to Parse page after loading)
Post: RE: Selenium Parsing (unable to Parse page after l...

I can able to get search result, and see the result page, code execute perfectly till print(tempurl)next two line does not give me a parse html code of Search result instead I get html code of Loading...
oneclick Web Scraping & Web Development 7 6,006 Jan-08-2019, 03:10 AM
    Thread: Selenium Parsing (unable to Parse page after loading)
Post: Selenium Parsing (unable to Parse page after loadi...

Im trying to scrape a torrentz url, I get the Page loading html instead of search result html, tried to put sleep time didnt worked out. anyone knows how to do import time from selenium import webdr...
oneclick Web Scraping & Web Development 7 6,006 Jan-07-2019, 03:08 AM
    Thread: unable to replcae a pattern using method re.sub()
Post: RE: unable to replcae a pattern using method re.su...

I tried to use same method but I'm getting different error. import re desc = "fsafdsdf [23]" reg = r'\[[0-9]?[0-9]\]' re.sub(re, "hi", desc)Error:Traceback (most recent call last): File "E:\PYTHON\...
oneclick Web Scraping & Web Development 4 5,398 Jan-05-2019, 04:31 PM
    Thread: Firefox Selenium (open new tab)
Post: Firefox Selenium (open new tab)

can any one tell me what are the methods to work with multiple tab in firefox using selenium & Py 3? I have tried to open a new tab which is not happening ? here are my code: import time from sel...
oneclick Web Scraping & Web Development 1 7,751 Dec-29-2018, 03:29 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020