#Discription
A python script that can automate your twitter activities in your account
1.Posting.py - To compose a post on twitter
2.Retweeeting.py - To retweet/update a friends status on your Timeline "N" number of times
##How to get developer access of your Twitter Account
#Resources
Twitter Apps
Twitter for Development
##Dependency for Installations
##Installing Tweepy
Easy way --
pip install tweepy
From source code --
git clone https://github.com/tweepy/tweepy.git
cd tweepy
python setup.py install
##Running the scripts
##using the scrpit
cd Twitterscipts
python Retweeeting.py
python Posting.py