miguel-osuna / Quotes-Twitter-Bot

Twitter bot for daily famous quotes.

Home Page:https://twitter.com/DailyQu50005048

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quotes-Twitter-Bot

πŸ“– Description

Twitter bot for daily quotes

🎯 Features

  • Tweet Scheduling

πŸ”† Visuals

πŸ’‘ Getting Started

Follow the instructions below to work on the project on your local environment.

πŸ“‹ Prerequisites

You'll need Git, Python 3.8, Pip and a Virtual Environment (in this case, Pipenv is used as a package manager and virtual environment).

πŸ’» Installation

# Clone this repository
$ git clone https://github.com/miguel-osuna/Quotes-Twitter-Bot.git

# Go into the repository from the terminal
$ cd Quotes-Twitter-Bot

# Remove current origin repository
$ git remote remove origin

# Install dependencies
$ pipenv install

# Run the project
$ python3 src/cronjob.py

All dependencies are listed on the Pipfile.

πŸš€ Deployment

This project includes a Procfile for Heroku, but can be deployed to any other host.

πŸ”§ Built With

🎭 Authors

πŸ“’ License

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

About

Twitter bot for daily famous quotes.

https://twitter.com/DailyQu50005048

License:MIT License


Languages

Language:Python 98.9%Language:Procfile 1.1%