Skip to content

Instantly share code, notes, and snippets.

View Eversmile12's full-sized avatar
Oh look, a brand new project!

VItto Rivabella Eversmile12

Oh look, a brand new project!
View GitHub Profile
@szolotykh
szolotykh / twitter-post.py
Created January 29, 2015 16:52
Script post on twitter message and image with tweepy
import tweepy
import os
# Consumer keys and access tokens, used for OAuth
consumer_key = ''
consumer_secret = ''
access_token = ''
access_token_secret = ''
# OAuth process, using the keys and tokens