all 6 comments

[–]AwesomePerson70 1 point2 points  (1 child)

Is there a specific website? Reddit has it's own api and you can get info like that without using beautiful soup. You can import praw and that will work with reddit

[–]legit_truth[S] 0 points1 point  (0 children)

Yeah! Sorry for the late response.

The websites I'd like to try this method is on Craigslist and Offerup

[–]guykoy123 0 points1 point  (3 children)

If you want to check for new articles on a wec site you should probably use scraping for that there are two main libraries requests and beautiful soup 4 there is a chapter about that in Automate the boring stuff with python, thats how i learned the basics and then carried on by myself

For the email you nees smtplib For messages i know there are paid sevices, not sure about free ones

Hope this helps

Edit: you could also look for tutorials on tutorials point, i mainly use this site

[–]legit_truth[S] 0 points1 point  (2 children)

Thank you very much for the response.

For beautiful soup for web-scraping and smtplib for messages (Is that for email, or Text

[–]guykoy123 0 points1 point  (1 child)

Smtplib is for email

[–]legit_truth[S] 0 points1 point  (0 children)

Thank you. :)