Skip to content

Instantly share code, notes, and snippets.

View gurolcay's full-sized avatar

Mehmet Gürol Çay gurolcay

  • tr.zip.co
  • İstanbul, Turkey
View GitHub Profile
Privacy Policy USMLE Timer is built as a Commercial app. This SERVICE is provided by USMLE Timer and is intended for use as is.
This page is used to inform website visitors regarding my policies with the collection, use, and disclosure of Personal
Information if anyone decided to use my Service. If you choose to use my Service, then you agree to the collection and use of
information in relation to this policy. The Personal Information that I collect is used for providing and improving the Service.
I will not use or share your information with anyone except as described in this Privacy Policy. The terms used in this
Privacy Policy have the same meanings as in our Terms and Conditions, which is accessible at USMLE Timer unless otherwise
defined in this Privacy Policy. Information Collection and Use For a better experience, while using our Service,
I may require you to provide us with certain personally identifiable information, including email.
The information that I request is retained on your device and
@gurolcay
gurolcay / tweet_dumper.py
Created November 1, 2017 18:45 — forked from yanofsky/LICENSE
A script to download all of a user's tweets into a csv
#!/usr/bin/env python
# encoding: utf-8
import tweepy #https://github.com/tweepy/tweepy
import csv
#Twitter API credentials
consumer_key = ""
consumer_secret = ""
access_key = ""