forked from b2l-chennai/project-ideas
-
Notifications
You must be signed in to change notification settings - Fork 0
Top languages
Dorai Thodla edited this page Nov 21, 2020
·
1 revision
Goal: Given a topic/sub-topic, find the top 3 programming languages on Github.
Example:
- Twitter Utilities
- Web Scrapers/Crawlers
- Marketing Tools
Input:
Topic list (or just one topic)
Output:
- Most popular language
- Second most popular language
- Third most popular language
Process:
- Use Github API
- Find a set of relevant keywords for the topc or just use the topic name and perform searches
- Retrieve the popular languages for the top 100 projects
- Analyze and display a list of three most popular languages.