kossiitkgp / kwoc-2018

Web app for Kharagpur Winter of Code, 2018
https://kwoc.kossiitkgp.org
MIT License
0 stars 0 forks source link

Updated project_gen to accomodate tag_scrapper #102

Closed TheLethalCode closed 5 years ago

TheLethalCode commented 5 years ago

Make sure you run the tag_scrapper first on the updated project list. I am not good at string handling and hence only checked for basic repitition of tags (direct string comparison). @thealphadollar @themousepotato

arnav-t commented 5 years ago

I have manually checked the generated tags, the only "repetitions" are for the languages and their version numbers (e.g Python and python3). I feel that these are acceptable so I didn't remove these tags.

thealphadollar commented 5 years ago

Please generate the projects in a format like last year that can be used by projects template page. Start by combining tags to projects first.

TheLethalCode commented 5 years ago

@thealphadollar the project_gen.py should be able to do that (make sure you comment out the line where it reads the tags from the csv)