deTechies / detechies-app

https://detechies.com
1 stars 0 forks source link

[IDEA] Import hackathons from different sources. #41

Open tse-lao opened 8 months ago

tse-lao commented 8 months ago

Idea Title

we want to import projects submitted to hackathon previously, to boost the application. This makes it possible to actively approaching people to join the platform. We also are able to define different matching results between the projects, we project have succesfully integrated certain techniques.

Summary

I have build a scraping scripts that gathers all the information from the ethglobal.com/showcase page. in. here we get access to photos, and Github profiles. if we adjust the current way of how projects are build, we should be able to add in team members and profiles based on Github profiles. Now we can grow the platform naturally without manually adding in information, since that is something we want to solve.

Background and Motivation

The most annoying part of building a profile, is that manually add in all the necessary information, while people already gathered many useful resources submitted lots of text to different platforms, we should be able to onboard those results into our platform directly.

Detailed Description

We build custom scripts to convert public data into valid data sources for out platform. We collect,

  1. name, description, image + public github_repo.
  2. we analyze github repo
  3. make it possible linked Github profiles to claim the project.

Potential Impact

We can link more than +6000 projects and +70.000 users to the platform. if we only have 1% joining the platform, we are able to generate a lot of new users traffic to the platform.

Implementation Considerations

Alternatives and Enhancements

Visuals and Mockups

Additional Information

information that we have available.

-- converting the script of running and collecting all the data + source from ethglobal.com

-- put them into a .json file so it can be converted into projects and imported on the platform.

tse-lao commented 7 months ago

its working the projects are imported, we now need to make sure that we can collect the contributors, packages from the repositories.