Skip to content

This is a simple python script which posts a number of tweets automatically using the twitter api

Notifications You must be signed in to change notification settings

devangmukherjee/Automatic-tweeter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Automatic-tweeter

This is a simple python script which posts a number of tweets automatically using the twitter api. Feel free to make changes.

How to run this?

  1. Install python
  2. Install tweepy (pip install tweepy)
  3. Make twitter developer account and make a app using free standard api (it's very easy and takes very little time)
  4. Post your api key,api key secret, access token, access token in the code (line 6-9)
  5. Run the file by python post.py

About

This is a simple python script which posts a number of tweets automatically using the twitter api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages