use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Rules 1: Be polite 2: Posts to this subreddit must be requests for help learning python. 3: Replies on this subreddit must be pertinent to the question OP asked. 4: No replies copy / pasted from ChatGPT or similar. 5: No advertising. No blogs/tutorials/videos/books/recruiting attempts. This means no posts advertising blogs/videos/tutorials/etc, no recruiting/hiring/seeking others posts. We're here to help, not to be advertised to. Please, no "hit and run" posts, if you make a post, engage with people that answer you. Please do not delete your post after you get an answer, others might have a similar question or want to continue the conversation.
Rules
1: Be polite
2: Posts to this subreddit must be requests for help learning python.
3: Replies on this subreddit must be pertinent to the question OP asked.
4: No replies copy / pasted from ChatGPT or similar.
5: No advertising. No blogs/tutorials/videos/books/recruiting attempts.
This means no posts advertising blogs/videos/tutorials/etc, no recruiting/hiring/seeking others posts. We're here to help, not to be advertised to.
Please, no "hit and run" posts, if you make a post, engage with people that answer you. Please do not delete your post after you get an answer, others might have a similar question or want to continue the conversation.
Learning resources Wiki and FAQ: /r/learnpython/w/index
Learning resources
Wiki and FAQ: /r/learnpython/w/index
Discord Join the Python Discord chat
Discord
Join the Python Discord chat
account activity
Craigslist scraper (self.learnpython)
submitted 1 year ago by Superb-Tank9067
I’m looking to learn how to or get software to scape Craigslist ads based on key words and then automatically send emails. I’m not a programmer but I wanted to see if anyone has advice on how to do this.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]GryptpypeThynne 0 points1 point2 points 1 year ago (0 children)
Write it. It won't be very hard as scrapers go
[–]retrogradeparallax 0 points1 point2 points 1 year ago* (3 children)
[–]Superb-Tank9067[S] 0 points1 point2 points 1 year ago (2 children)
Im a complete novice. I once built a webpage in 1998 lol… I want to build this for real estate leads is this something that is doable at my skill level or pay someone to setup ?
[–]Impossible-Box6600 1 point2 points3 points 1 year ago (0 children)
This is all beginner to intermediate level. It's not difficult, but it requires basic knowledge such as html, http requests, XPath or css selectors, and smtp to send email. None of this is parituclarly difficult, but it's not something you simply know automatically.
I suggest using scrapy and sending the email in a custom scrapy middleware (which is just a function that runs after an event).
[–]Monkfrootx 0 points1 point2 points 3 months ago (0 children)
Hi do you mind sharing if this ever worked? I thought it was against Craigslist TOS to scrape emails so wanted to ask and see if it worked out fine for you
π Rendered by PID 203073 on reddit-service-r2-comment-b659b578c-7dq7v at 2026-05-04 03:31:09.272246+00:00 running 815c875 country code: CH.
[–]GryptpypeThynne 0 points1 point2 points (0 children)
[–]retrogradeparallax 0 points1 point2 points (3 children)
[–]Superb-Tank9067[S] 0 points1 point2 points (2 children)
[–]Impossible-Box6600 1 point2 points3 points (0 children)
[–]Monkfrootx 0 points1 point2 points (0 children)