The GetMaxcoinPrice Script is used to grab the price of Maxcoin from CoinMarketCap and tweets to a selected Twitter Account via Api Keys
The GetMaxcoinBlockInfo Script is used to grab some api data of Maxcoin from http://api.maxcoinhub.io/docs/#/ and tweets to twitter
sudo pip install twython
sudo git clone https://github.com/mrsmn/coinmarketcap-api
cd coinmarketcap-api
sudo python setup.py build
sudo python setup.py install
sudo apt-get install python-pip
sudo pip install twython
sudo git clone https://github.com/Max-Coin/Maxcoin-Python-Twitter-Bots/
cd Maxcoin-Python-Twitter-Bots/
Here is a link to a good blog on learning the basics of Twython and twitter bot development. https://www.silkstream.net/blog/2014/06/how-to-get-going-with-twython.html
sudo python GetMaxcoinPriceBot.py
sudo python GetMaxcoinBlockInfo.py