Search results

  1. N

    What is Your Goal for 2024?

    Honestly, generate at least one of source of income apart from a 9-5 job (well more likely 5-1:30 xd), damn retail entry level jobs. Anyway, happy new year!
  2. N

    Making money with wallpaper apps on play store (not a crazy amount just 165 $ in february)

    Hi man, nice work!. One question though, how do you monetize this? Sorry if it's a dumb question
  3. N

    A bored translator hails you.

    "Hail to the king, baby"
  4. N

    Which python course is the best ?

    By the time I started to learn Python I already had knowledge of others languages (c/c++, php, js, etc). Learning the language's syntax is the easiest part. Loops, conditional statements, exception handling, etc. are similar among languages. To learn the basics just practice yourself by doing...
  5. N

    Which python course is the best ?

    IMHO the outlined content can be found for free anywhere on the internet. The python docs is pretty awesome, you can start there and then you can search for more advanced content on paid courses if you like. That's how I would start (and the way I started) to learn python programming. If...
  6. N

    What's your name?

    Cuban Pete?
  7. N

    Anyone known any good reddit upvote automation solution?

    I wonder if you're using reddit api for this or some browser automation technology?
  8. N

    [FREE] scrape Telegram group members

    Closed for now
  9. N

    [FREE] scrape Telegram group members

    Based on a similar giveaway I saw here yesterday, I wanted to do similar and I made a script. I will scrape username, id and if it is a bot or not, of every user in a group (public). I will start with first replies, 1 group per user so far, please, I will reach you out for details Outfile:
  10. N

    What are the movies you feel mindf*cked after watching?

    I'd like to mention some movies, not to blow your mind but anyways: * The silence of the lambs * Reservoir dogs * Kill Bill 1 and 2 I have seen more good movies but can't remember their names :(
  11. N

    [JOURNEY] Web scraping with scrapy

    Hi all, it´ve been a long time since my last update. I didn´t abandoned the thread, what happened? Well, when I was browsing internet to find learning material I discovered some hiring companies and apply to some of them in order to change my current job for a better paid one. So, one day...
  12. N

    [JOURNEY] Web scraping with scrapy

    Yeah, JavaScript is often a pain in the ass. The login step is not easy either, Scrapy uses a LoginForm spider that emulates a user sending auth data, I haven't really test it yet but I will when I begin to code and app I have in mind. Thanks, so far I have only scraped text data, but it is...
  13. N

    [JOURNEY] Web scraping with scrapy

    UPDATE: (just studying) It have been two weeks since last update but I haven't quit the scraping journey. It happens I am a busy guy with a regular job and in my free time I do several things, study, work, gf, family, etc, as everybody does. I made a scraping task, for my brother so no...
  14. N

    [JOURNEY] Web scraping with scrapy

    Well, this week wasn't as productive as it could be. I was busy with my job, but I created a small spider to crawl advertiser information from an e-commerce site, as a giveaway. The next steps for this spider depends on how interested that person is to go further. Whatever happen it already...
  15. N

    [JOURNEY] Web scraping with scrapy

    UPDATE So, this week....I managed myself to run my scraper for longer time, I bulk tested the script for about one and a half hour. It crawled more than 4000 pages and scraped 36 expired domains for almost 100 keywords (Note: My internet connection is slow and kind of expensive for the average...
  16. N

    [GIVEAWAY]Web scraping

    I am kind of busy these days, but if you like you can pm me and explain what you want, so when I have the free time I can help you.
  17. N

    [GIVEAWAY]Web scraping

    Perhaps you can show me better ways, tips and tricks about scraping I developed a expired domain finder, it still in development but it works :)
  18. N

    [JOURNEY] Web scraping with scrapy

    UPDATE It have been few days since last update, well, I have a job :( and this is a hobby :) I decided to split the scrapper in two: Google result scraper, and Link checker Why? Modularization As the name says: The first one yields a list of scrapped domain from google, performing all the...
  19. N

    User agent rotation together with proxy rotation

    May I ask why scraperAPI and crawlera are out of scope? You don't like-trust- them, money issues or ....?
  20. N

    [JOURNEY] Web scraping with scrapy

    UPDATE: I've been busy these days plus I suffered from third molars extraction on the right side, the good point was that it didn't hurt, too much. Anyway, I spent lot of time figuring out why my spider crawled just one keyword from a long list of keywords. Finally I found out it was due to a...
Back
Top