Skip to content

Instantly share code, notes, and snippets.

View tacastillo's full-sized avatar
🤩
jazzed up

Tim Castillo tacastillo

🤩
jazzed up
View GitHub Profile
@tacastillo
tacastillo / fetch_tweets.py
Created December 29, 2020 06:51
Fetch Tweets for #66DaysOfData
from searchtweets import collect_results, gen_request_parameters, load_credentials
import requests
def fetch_tweets(until_id, results_per_call=10):
tweet_fields = ['author_id', 'lang', 'public_metrics', 'geo']
user_fields = ['name', 'username', 'location', 'public_metrics']
query = gen_request_parameters("#66DaysOfData -is:retweet",
results_per_call=results_per_call,
@tacastillo
tacastillo / .block
Created September 23, 2017 22:44
Use the Force
license: mit
@tacastillo
tacastillo / .block
Created September 23, 2017 22:19
Radial Force
license: gpl-3.0
@tacastillo
tacastillo / .block
Last active August 23, 2017 00:19
d3.unconf() 2017 Submission
license: mit
@tacastillo
tacastillo / .block
Created February 12, 2016 23:16
Multi-Series Line Chart
license: gpl-3.0
@tacastillo
tacastillo / .block
Created February 12, 2016 23:01
Multi-Series Line Chart
license: gpl-3.0
@tacastillo
tacastillo / .block
Created February 12, 2016 19:16
Multi-Series Line Chart
license: gpl-3.0
@tacastillo
tacastillo / Force-Directed Curriculum Graph
Last active January 31, 2016 23:46
This is a force-directed graph representation of the USF CS Curriculum
This is a force-directed graph representation of the USF CS Curriculum.
@tacastillo
tacastillo / README.md
Created January 29, 2016 22:28
Get the Gist of It

Hello World