An open API service indexing awesome lists of open source software.

https://github.com/abh80/github-readme-stats

A repository to hold various different stats to put on your readme!
https://github.com/abh80/github-readme-stats

github-readme-stats stackexchange stackoverflow twitter twitter-status

Last synced: 12 days ago
JSON representation

A repository to hold various different stats to put on your readme!

Awesome Lists containing this project

README

          

# Stack Exchange Stats for Github Readme
- Firstly find the id of site from [this](https://github.com/abh80/github-readme-stats/blob/master/src/Utils/stackexchange.json) json file.
- Paste this link in your github readme ``

# Twitter Stats for Github readme

# Preview
![image](https://user-images.githubusercontent.com/50198413/156910547-1f43891b-932e-4df8-ab27-b00d0eea19c5.png)

# Usage
There is a little complicacy in configuring the twitter stats as it has rate-limit, we cannot host one for everyone

**Steps** to install the twitter stats into your repo:

- Head over to [Twitter-Developer-Portal](https://developer.twitter.com/en/portal/dashboard) and create a new / use an exisiting application.

- Copy the **Bearer Token** and save it somewhere.

- Now go to your github repo (for me its abh80/abh80), then head over to **settings** then secrets > Actions.

- Create a new repository secret named `TWITTER_TOKEN` and paste your **Bearer Token** there.

- Now create a new repository secret named `TWITTER_USERNAME` and paste your **twitter username** there.

![image](https://user-images.githubusercontent.com/50198413/153985828-a7b67b68-0bea-4e15-9520-b7d66aa35a6e.png)

- Now simply copy the workflow action into your repository https://github.com/abh80/abh80/blob/master/.github/workflows/twitter_stats.yml

- To embed in into your readme simply use ``

- Enjoy!