Here some ideas you can implement with the Twitter API π
- A list of the most frequently mentioned countries within one week.
- A ranking list, in which month on which day the most tweets take place.
- Show how often a Javascript framework is mentioned per month and create a chart.
- Create a ranking of tweets in which people swear about a programming language.
- Create a ranking with the most used country flags emoji π§πͺ.
- Create a chart of how often dev.to articles have been shared since the beginning of the year.
- Create a ranking with the programming languages about which the most jokes are made. (Hashtags #Javascript and #joke).
- Show in which English-speaking country the weather is most discussed.
- Show how often a programming language is combined with a β€ emoji.
- Show how often a programming language is combined with a π‘ emoji.
- Create a trend of blogging platforms most talked about.
Top comments (9)
This is awesome! I recently wrote up some of my favorite student project using the Twitter API
Hey it's really interesting ideas :). I will follow some of them :)
Really nice ideas! I'll definitely implement at least one of them by the end of the week π
Nice! Post it on DEV when you're finished π
How did you do this sorcery with your selector at the top of the article?
i.imgur.com/HehKap7.png
Check the docs of dev.to for "searies" feature. It allows to specify that the post is part of the series.
Awesome! Found it along with a nice explainer post.
If like me you were wondering how to create one, you need to add the
series: [series name]
to the front-matter par of your postRef: dev.to/p/editor_guide
Release: dev.to/ben/changelog-create-series...
Thank for sharing this! I would like to try some of them. π
create a tool that allows you to suggest which users don't follow anymore. With some ML features.