Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnandersen777/julius_caesar
https://github.com/johnandersen777/julius_caesar
Last synced: about 14 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/johnandersen777/julius_caesar
- Owner: johnandersen777
- Created: 2016-10-09T03:35:40.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-09T18:08:39.000Z (about 8 years ago)
- Last Synced: 2024-10-24T09:12:26.969Z (25 days ago)
- Language: HTML
- Size: 106 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reference Finder
- Any time a character talks or someone talks about them
- See if what is said is a reflection on their character## Running
```
virtualenv .venv
. .venv/bin/activate
pip install -r requirements.txt
./find.py full.txt Chracter_Name
```