Tweet currency stats
Find a file
dependabot[bot] 113715e703
Bump requests from 2.32.4 to 2.33.0 (#4)
Bumps [requests](https://github.com/psf/requests) from 2.32.4 to 2.33.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.33.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-version: 2.33.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-26 09:41:26 -06:00
.gitignore Initial commit 2016-05-02 16:54:36 -05:00
app.py Update coinmarketcap api reference 2020-10-10 09:00:13 -05:00
LICENSE Initial commit 2016-05-02 16:54:36 -05:00
README.md Update coinmarketcap api reference 2020-10-10 09:00:13 -05:00
requirements.txt Bump requests from 2.32.4 to 2.33.0 (#4) 2026-03-26 09:41:26 -06:00

Coinstats

Script that consume Coinmarketcap API and tweet currency information

Setup

Environment variables

APP_KEY = "YOUR_APP_KEY"
APP_SECRET = "YOUR_APP_SECRET"
OAUTH_TOKEN = "YOUR_OAUTH_TOKEN"
OAUTH_TOKEN_SECRET = "YOUR_OAUTH_TOKEN_SECRET"
COINMARKETCAP_API_KEY = "YOU COINMARKETCAP_API_KEY"

Run

python app.py