| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
The main purpose of this project is giving visibility to Brazilian Developers that stream in Twitch.
[x] Python 3
[x] Happyness 🙂
Create a .env file with the following content:
ENV=dev CLIENT_ID= #client ID for your Twitch App CLIENT_SECRET= #client Secret for your Twitch App TWITTER_API_KEY= TWITTER_API_SECRET= TWITTER_ACCESS_TOKEN= TWITTER_ACCESS_SECRET= GITHUB_TOKEN= PRIVATE_KEY= #private key (prod env only) CERT= #cert (prod env only) API_TOKEN= #token for private api (you choose here) DB= #sqlite db location
docker run -d \
--name some-postgres -p 5432:5432 \
-e POSTGRES_PASSWORD=$POSTGRES_PWD \
-e PGDATA=/var/lib/postgresql/data/pgdata \
-v /custom/mount:/var/lib/postgresql/data \
postgres
Then you can run:
Then:
And finally:
There's a Dockerfile in this project, so you can simply run:
And
We use a CI/CD pipeline to check the code, run tests and deploy.
By pushing your changes, please run:
# Install black if you haven't
pip install black
# Run black linter
black -l 100 -S .| Back | FazBrowse Home | New Git URL |