Skip to content

Instantly share code, notes, and snippets.

View ilyasahsan123's full-sized avatar

ilyas ahsan ilyasahsan123

  • Jakarta, Indonesia
  • 14:20 (UTC +07:00)
View GitHub Profile
@ilyasahsan123
ilyasahsan123 / cheatsheet.md
Created November 22, 2017 06:00 — forked from afandiyusuf/cheatsheet.md
Laravel cheatsheet

First Step

Requirement of laravel

  • PHP >= 5.6.4
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Mbstring PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension
@ilyasahsan123
ilyasahsan123 / tweet_dumper.py
Created November 17, 2017 02:47 — 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 = ""