A simple hacktoberfest tracker for your community. Generates a image with the github avatars of the community people as collage and puts the hacktoberfest stats on the image, you can customize by adding logos too.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
You need to have python3
with a virtual environment and Flask framework.
pyvenv-3.6 chtenv
Install the python virtual environment setup using this command sudo apt install python3.6-venv
source chtenv/bin/activate
pip3 install -r requirements
python3 app.py
Now, the app should be running on the localhost, browse to to the link where your app is running. (most probably, http://127.0.0.1:5000/)
Make sure that the usernames are accurate, without any unwanted spaces anywhere.
python3 scripts/script.py -h
python3 scripts/script.py -u <username>
python3 scripts/script.py -t <textfile.txt>
If you are really interested in contributing to the please follow refer to the CONTRIBUTING.md.
This project is licensed under the MIT License - see the LICENSE.md file for details.