Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sigit-wasis/scraping-web-using-beautiful-soup

Scraping Website dengan Beautiful Soup Python yang hasil Scrap dikirim ke Email
https://github.com/sigit-wasis/scraping-web-using-beautiful-soup

beautifulsoup phyton

Last synced: 1 day ago
JSON representation

Scraping Website dengan Beautiful Soup Python yang hasil Scrap dikirim ke Email

Awesome Lists containing this project

README

        

# Scraping-web-Then-Send-Email-

SCRAPING WEB (get link) KALI INI SAYA MENGGUNAKAN PYTHON DAN KEMUDIAN OTOMATIS AKAN MENGIRIM EMAIL
Dengan langkah - langkah sebagai berikut =

1. install python
2. install apt install virtualenv
3. KEMUDIAN virtualenv ENV (virtualnya )
4. source py3env/bin/activate.fish
5. sudo apt-get install python-pip ( package manager )
6. install library caranya =
a. pip install requests
b. pip install beautifulsoup4
c. pip install html5lib