/tweepyThread

Python function for Tweepy to send a thread of tweets.

Primary LanguagePythonMIT LicenseMIT

Send a thread of tweets with Tweepy

GitHub GitHub top language GitHub last commit

Python function that uses the Tweepy package in order to send a thread of tweets.

ThreadVNormalTweets

Prerequisites

pip install tweepy

Variables in '.env'

See the docs: python-dotenv

API_KEY = "YOUR_KEY_HERE"
API_SECRET = "YOUR_KEY_HERE"
API_ACCESS_TOKEN = "YOUR_KEY_HERE"
API_ACCESS_SECRET = "YOUR_KEY_HERE"
TWITTER_ACCOUNT = "YOUR_@TWITTER_HERE"

Call Function

Place tweepythread.py in working directory

from tweepythread import tweepyThread

tweepyThread(user, list, ckey, csecret, atoken, asecret)