puritygatwiri / Web-scraper-to-get-news-article-content

0 stars 0 forks source link

Requesting request module #1

Open Margaret6556 opened 1 year ago

Margaret6556 commented 1 year ago

Hi purity. I would love to try your code if you don't mind. I'm new to python. Can you please share the "requests" module? Thank you.

puritygatwiri commented 1 year ago

Hi, you have to install the module,,install requests

On Fri, May 26, 2023 at 11:13 PM Margaret Cezar @.***> wrote:

Hi purity. I would love to try your code if you don't mind. I'm new to python. Can you please share the "requests" module? Thank you.

— Reply to this email directly, view it on GitHub https://github.com/puritygatwiri/Web-scraper-to-get-news-article-content/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUUXWAUPBX5KMARBNKN2DSTXIEFG3ANCNFSM6AAAAAAYQUW3OQ . You are receiving this because you are subscribed to this thread.Message ID: @.*** .com>

Margaret6556 commented 1 year ago

Hi,

What's your name? Thanks.

I did what you suggested but it wasn't working. Please see below. [image: image.png] Is this "request" a module?

kind regards, Margaret

On Sat, May 27, 2023 at 1:39 AM puritygatwiri @.***> wrote:

Hi, you have to install the module,,install requests

On Fri, May 26, 2023 at 11:13 PM Margaret Cezar @.***> wrote:

Hi purity. I would love to try your code if you don't mind. I'm new to python. Can you please share the "requests" module? Thank you.

— Reply to this email directly, view it on GitHub < https://github.com/puritygatwiri/Web-scraper-to-get-news-article-content/issues/1 , or unsubscribe < https://github.com/notifications/unsubscribe-auth/AUUXWAUPBX5KMARBNKN2DSTXIEFG3ANCNFSM6AAAAAAYQUW3OQ

. You are receiving this because you are subscribed to this thread.Message ID: @.*** .com>

— Reply to this email directly, view it on GitHub https://github.com/puritygatwiri/Web-scraper-to-get-news-article-content/issues/1#issuecomment-1565220098, or unsubscribe https://github.com/notifications/unsubscribe-auth/AXVU52YKS3TQLV33VIBOEMDXIGHR5ANCNFSM6AAAAAAYQUW3OQ . You are receiving this because you authored the thread.Message ID: <puritygatwiri/Web-scraper-to-get-news-article-content/issues/1/1565220098 @github.com>

puritygatwiri commented 1 year ago

Hi, in order to use request module , you to install it first. You can install it using pip, the package installer for Python : pip install requests ,, request is a python module. I hope this will help you , Thanks.