View all tweets with #custserv and RT count >=1.
Publicly Accessible URL: https://kayako-custserv.herokuapp.com/
- Clone this repository using
git clone https://github.com/mr-karan/kayako-cust-serv.git cd kayako-cust-serv- Create virtual env using
python3 -m venv venvorvirtualenvif on Python2. - Activate virtual env
source venv/bin/activateand install requirements usingpip install requirements.txt - Create a new app at https://apps.twitter.com/app/new and export token in your
.bashrcor.zshrcor any shell you use. Checkconfig.pyfor more info. python app.py- Visit
http://localhost:8000
- Flask
- Tweepy
MIT © Karan Sharma

