Skip to content

Instantly share code, notes, and snippets.

@ajaytiwari-isb
ajaytiwari-isb / twitter crawler.txt
Created October 9, 2020 04:01 — forked from vickyqian/twitter crawler.txt
A Python script to download all the tweets of a hashtag into a csv
import tweepy
import csv
import pandas as pd
####input your credentials here
consumer_key = ''
consumer_secret = ''
access_token = ''
access_token_secret = ''
auth = tweepy.OAuthHandler(consumer_key, consumer_secret)
@ajaytiwari-isb
ajaytiwari-isb / Time_Series_Analysis,_Modeling_and_Validation.ipynb
Created August 30, 2020 08:59
Time Series Analysis, Modeling and Validation
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ajaytiwari-isb
ajaytiwari-isb / severity_model.ipynb
Last active October 12, 2022 09:26
Positive Severity - Gamma2
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.