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!
- Host: GitHub
- URL: https://github.com/abh80/github-readme-stats
- Owner: abh80
- Created: 2022-02-13T12:50:28.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-01T04:19:21.000Z (about 3 years ago)
- Last Synced: 2025-05-12T16:29:51.535Z (10 months ago)
- Topics: github-readme-stats, stackexchange, stackoverflow, twitter, twitter-status
- Language: JavaScript
- Homepage: github-readme-stats-abh80.vercel.app
- Size: 5.7 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

# 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.

- 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!