Skip to content

Instantly share code, notes, and snippets.

View brenorb's full-sized avatar

Breno brenorb

  • BBrito
  • Brasília, Brazil
View GitHub Profile
@brenorb
brenorb / emoji_cheatsheet.md
Last active June 3, 2021 20:26 — forked from roachhd/README.md
😛:bookmark_tabs: EMOJI cheatsheet

Emoji Cheatsheet

People

:bowtie: - :bowtie: 😄 - :smile: 😆 - :laughing: 😊 - :blush:

@brenorb
brenorb / tweet_dumper.py
Last active March 11, 2023 18:17 — forked from yanofsky/LICENSE
A Python 3.+ 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 = ""