| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Generate developersIndia Community Stats from Subreddit
Currently the stats are generated in following JSON format:
{
"totalMembers": 66600,
"lastMonthUniquePageViews": 79519,
"lastMonthTotalPageViews": 1286500,
"yesterdayUniquePageViews": 18929,
"yesterdayTotalPageViews": 71916,
"discordTotalMembers": 7269,
"discordTotalActiveMembers": 633
}Clone the repo
git clone https://github.com/developersIndia/metrics.gitInitialise a virtual environment.
cd metrics
python3 -m venv venv
source venv/bin/activateInstall dependencies
pip install -r requirements.txtExport environment variables.
export REDDIT_CLIENT_ID=<YOU_REDDIT_APP_CLIENT_ID> export REDDIT_CLIENT_SECRET=<YOU_REDDIT_APP_CLIENT_SECRET> export REDDIT_PASSWORD=<REDDIT_PASSWORD> export REDDIT_USER=<REDDIT_USERNAME>
export DISCORD_INVITE_CODE=<YOUR_DISCORD_INVITE_CODE>
Run the following command to run the test suite:
python -m unittestThis project is licensed under the MIT License. See the LICENSE file for details.
Thanks goes to these wonderful people (emoji key):
MaDDogx 💻 ⚠️ |
Anil Khatri 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!
| Back | FazBrowse Home | New Git URL |