This is a simple python script which posts a number of tweets automatically using the twitter api. Feel free to make changes.
- Install python
- Install tweepy (pip install tweepy)
- Make twitter developer account and make a app using free standard api (it's very easy and takes very little time)
- Post your api key,api key secret, access token, access token in the code (line 6-9)
- Run the file by python post.py