Skip to content

Python script to tweet automatically a queue of « message » to your twitter Account.

License

Notifications You must be signed in to change notification settings

c4software/tweet_planner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweet planner

The goal of this python script is to tweet automatically a queue of « message » to your twitter Account.

Installation

  • Clone this repo.
  • Install dependancy pip install -r requirements.py
  • Add your API keys in the secrets.py file.

Usage

First usage

python3 main.py --init

Add tweet to queue

python3 main.py -a "Ceci est un test"

Connect and Tweet (randomly)

Randomly send (or not) a tweet present in the queue.

python3 main.py

About

Python script to tweet automatically a queue of « message » to your twitter Account.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages