Skip to content

Python function for Tweepy to send a thread of tweets.

License

Notifications You must be signed in to change notification settings

JacobMannix/tweepyThread

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Python function for Tweepy to send a thread of tweets.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages