Skip to content

Instantly share code, notes, and snippets.

View yohannawaliya's full-sized avatar

Yohanna Joseph Waliya yohannawaliya

View GitHub Profile
#!/usr/bin/env python
import csv
from xml.etree import ElementTree
from langdetect import detect_langs
from requests_html import HTMLSession
http = HTMLSession()
def langs(url):
#!/usr/bin/env python
import csv
from xml.etree import ElementTree
from langdetect import detect_langs
from requests_html import HTMLSession
http = HTMLSession()
def langs(url):