a chatbot that asks you what you really think about things for real
people are isolated and constantly bombarded with propaganda that promotes cruelty and glorifies violence in all its forms. what's missing is self-reflection and nothing addresses that better than a conversation. however the opportunities to talk to eachother and collectively reflect are few and far between. Enter Oreally , it's a chat bot that doesnt talk at you but instead asks you questions about what you think about things and keeps asking questions until you find your own answer as to why you might think what you think and if you really think what you say you think and why. then it provides candidate voting records and election information in a easily digestable and accessible form to the user.
Ensure you have Poetry installed. If you don't have Poetry installed, you can install it using the following command:
curl -sSL https://install.python-poetry.org | python3 -
Or using pipx
:
pipx install poetry
Clone the Repository:
First, clone the repository to your local machine:
git clone https://github.com/Josephrp/oreally.git
cd oreally
Install Dependencies:
Install the project dependencies using Poetry:
poetry install
Activate the Virtual Environment:
Poetry automatically creates a virtual environment for your project. Activate this environment using:
poetry shell
main.py
Once the virtual environment is activated, you can run main.py
using the Python interpreter managed by Poetry:
poetry run python main.py