cyberdrk / sport-yello

A Twitter chatbot that tweets latest news in the field of sports.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sport-yello

A Twitter bot that tweets latest news in the field of sports. Say yello!

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software. Please check out the blogs mentioned under Acknowledgements to see a detailed way of how to get the softwares installed and running.

-Python 3.x -Heroku -Git bash

Deployment

To repeatedly post tweets, you could keep the script running in the background but that'd mean you'd need to keep your system running and connected 24x7.

Or you could use:

  • Heroku
  • nohup
  • Cron

I used Heroku for deployment. It seemed easier since I have a Windows machine and I was lazy to search for equivalent Bash commands for Win.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

Future Work

For starters, I hope to implement a bot from scratch and use tweepy. Currently, the bot can only tweet. It cannot RT, DM or reply.

Tweepy has a lot of cool methods that'll allow me to extend the functionalities of the bot. For e.g. find relevant hashtags according to location, locate relevant people to follow, etc. and those listed above.

About

A Twitter chatbot that tweets latest news in the field of sports.


Languages

Language:Python 100.0%