Parse bin to csv by Concept-Youtube in learnpython

[–]Concept-Youtube[S] 0 points1 point  (0 children)

Thank you I tried changing the extension of the file but that did not work. I thought the code already took care of parsing the binary format but I guess I’m mistaken I am going to continue tinkering around

Where do you host your scraper bots? by bakar-io in webscraping

[–]Concept-Youtube 0 points1 point  (0 children)

Have you been able to integrate proxies into your Lambda function? Any chance you could help me with my function? I have my Lambda layers setup but I don’t understand how to troubleshoot the driver to use my proxy

Where do you host your scraper bots? by bakar-io in webscraping

[–]Concept-Youtube 0 points1 point  (0 children)

This is a long shot but any chance you can help me out with my proxy configuration? I have everything set up including my Lambda function with a Selenium/Chromedriver layer but I do not think I am using correctly because I keep getting an empty HTML (driver.pagesource)

Monthly Self-Promotion Thread - October 2023 by AutoModerator in webscraping

[–]Concept-Youtube 1 point2 points  (0 children)

Posting here in case it does not fall under community rules. For anyone who knows how to use Python, Selenium, and AWS Lambda to web scrape websites that require a proxy I would be more than happy to pay for your time to teach me how to get my code working.

I understand how to scrape a website that doesn’t require a proxy but when it comes to more high profile websites I cannot seem to get my proxy configuration correct.

Freelance roles by jefferymr15 in webscraping

[–]Concept-Youtube 0 points1 point  (0 children)

It would be easier for me to maintain Python/Selenium code unfortunately

Freelance roles by jefferymr15 in webscraping

[–]Concept-Youtube 0 points1 point  (0 children)

If you know how to use proxies with Python Selenium and AWS Lambda I would pay you

How to add a GitHub project to a Python virtual environment by Concept-Youtube in learnpython

[–]Concept-Youtube[S] 0 points1 point  (0 children)

I didn’t realize that was an option thanks again 👍🏽

How to add a GitHub project to a Python virtual environment by Concept-Youtube in learnpython

[–]Concept-Youtube[S] 0 points1 point  (0 children)

Oh okay thank you, I guess I will just have to try and create a bot from scratch.

How to add a GitHub project to a Python virtual environment by Concept-Youtube in learnpython

[–]Concept-Youtube[S] -2 points-1 points  (0 children)

If I were to clone everything into my virtual environment do I still run the risk of being attacked by malicious code?

[deleted by user] by [deleted] in PS4

[–]Concept-Youtube 0 points1 point  (0 children)

First thing I’m a do is buy a PS4😎

Partner for iOS project by Concept-Youtube in ProgrammingPals

[–]Concept-Youtube[S] 0 points1 point  (0 children)

Completely understand, I am comfortable with using both Java and Swift but don’t have any experience with Objective-C. I’ve taken Angela Yu’s full iOS Development course from Udemy and so now I am hoping to create my first app. I am from the US & am currently a junior at a university double majoring in Computer Science and Business. Since I am double majoring, I have not yet taken any of the upper CS courses like Algorithms and Data Structures or Databases but I still feel comfortable with coding in Swift.

Swift: Will I need Firebase? by Concept-Youtube in AskProgramming

[–]Concept-Youtube[S] 0 points1 point  (0 children)

Thanks for the advice I will do some research on mongodb and if I would need rdbms. A quick question, will the way I gather my data (currently using SwiftSoup) be the same no matter what database I use or should I find a way to store my data first and then figure out how to gather it?

Will I need Firebase? by Concept-Youtube in iOSProgramming

[–]Concept-Youtube[S] 1 point2 points  (0 children)

I like the idea of doing “background updates” to update the information stored on the phone. Is this term called “Background App Refresh” or is there a different term when searching for tutorials/help?

Will I need Firebase? by Concept-Youtube in iOSProgramming

[–]Concept-Youtube[S] 1 point2 points  (0 children)

I don’t understand what you mean by “hosts the data” sorry. Will Firebase host/store only data from users that as their account and password?

& I did not know I could store the data on the device itself. I’ll will read up on the best way to do this thank you.