Skip to content

Instantly share code, notes, and snippets.

View dreamline2's full-sized avatar
🎯
Focusing

Wilson dreamline2

🎯
Focusing
View GitHub Profile
@dreamline2
dreamline2 / hello.js
Created November 26, 2019 05:53
title
console.log('hello world')
@dreamline2
dreamline2 / crawler.py
Created February 18, 2020 06:48
Crawler for facebook group posts.
import selenium
from selenium import webdriver
from bs4 import BeautifulSoup
import numpy as np
import time
import csv
chrome_options = webdriver.ChromeOptions()
prefs = {"profile.default_content_setting_values.notifications" : 2}
chrome_options.add_experimental_option("prefs",prefs)
asdfasfasd