Skip to content

Instantly share code, notes, and snippets.

View jamaljeantobias's full-sized avatar

Jamal Jean - Tobias jamaljeantobias

  • Sanctuary
  • Toronto
View GitHub Profile
@jamaljeantobias
jamaljeantobias / SoundcloudEmailScraper.py
Last active February 4, 2021 06:01
Scrape emails into a CSV from a Soundcloud user followers and following
from selenium import webdriver
from time import sleep
from bs4 import BeautifulSoup
from random import randint
import requests
import re
import csv
class SoundCloudEmail(object):
def __init__(self,Target_get = '<Enter soundcloud Username>: ex: generichouse-1/following' ,Html_source='Cache_email_scraper.html',):