Skip to content

miguel-osuna/Quotes-Twitter-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.