Top languages - doraithodla/project-ideas GitHub Wiki
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.