Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am samgdf on github.
  • I am samgdf (https://keybase.io/samgdf) on keybase.
  • I have a public key whose fingerprint is CBAC 41AD FDA2 EC71 286C 76DF 45CD 97BD 86EC 0B79

To claim this, I am signing this object:

Verifying my Blockstack ID is secured with the address 1dVmEDMS5uVDAZWPZtvBGs3CfiFboVX1P https://explorer.blockstack.org/address/1dVmEDMS5uVDAZWPZtvBGs3CfiFboVX1P
@samgdf
samgdf / nikhiltweet.py
Last active January 5, 2018 23:23
Repeatedly like and re-like a tweet 100 times
#!/usr/bin/env python
import twitter# install this (on mac) sudo pip install twitter
# find a tweet and like it, repeatedly
w = '' # Consumer Key (API Key)
x = '' # Consumer Secret (API Secret)
y = '' # Access Token
z = '' # Access Token Secret
# add your credentials with read/write permissions on https://apps.twitter.com/
api = twitter.Api(consumer_key=w,