An Instagram bot posting daily images of cats 🐈 with facts about them in the post caption caption.
You can check out the instagram account associated with the bot. Don't hesitate to follow 😉
To be able to run this script, you need:
- Python3
- Pip3
Clone the repository:
git clone [email protected]:Yan-ni/caty-fact-cat.git
Change the working directory to the project directory:
cd caty-fact-cat
Create a virtual environement (venv):
💡 This step is optionnal but recommanded.
python3 -m venv .venv
source .venv/bin/activate
Installing the required python libraries to run the script:
pip3 install -r requirements.txt