Skip to content

Instantly share code, notes, and snippets.

View amirhilal's full-sized avatar
🎯
Focusing

Amir Hilal amirhilal

🎯
Focusing
  • Saudi Arabia, Riyadh
View GitHub Profile
@amirhilal
amirhilal / main.py
Created August 19, 2017 20:33
Twitter Bot to upload and post images
import random
from tweepy.auth import OAuthHandler, API
import requests
import os
# Credentials to access Twitter API
ACCESS_TOKEN = 'XXXXXXXXXXXXXXXXXXXXXXX'
ACCESS_SECRET = 'XXXXXXXXXXXXXXXXXXXXXXX'
CONSUMER_KEY = 'XXXXXXXXXXXXXXXXXXXXXXX'
CONSUMER_SECRET = 'XXXXXXXXXXXXXXXXXXXXXXX'