An open API service indexing awesome lists of open source software.

https://github.com/th-rpy/python-random-quote

A file-based quote bot written in Python
https://github.com/th-rpy/python-random-quote

Last synced: 4 months ago
JSON representation

A file-based quote bot written in Python

Awesome Lists containing this project

README

        

# Let's Write a Python Quote Bot!

This repository will get you started with building a quote bot in Python. It's meant to be used along with the [Learning Lab](https://lab.github.com) intro to Python.

When complete, you'll be able to grab random quotes from the command line, like this:

> **$** python get-quote.py
>
> Keep it logically awesome
>
> **$** python get-quote.py
>
> Speak like a human

## Start the Tutorial

You can find your next step in [this repo's issues](../../issues/)!