Skip to content

Commit

Permalink
added faq in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
brucewzj99 committed May 3, 2024
1 parent b9ebc74 commit e0665f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ A python telegram bot to help track daily expenses onto google sheet, hosted on
## Release Notes
You can find the release notes over [here](https://github.com/brucewzj99/tele-tracker-v2/blob/master/release_notes.md).

## FAQ
You can find the FAQ over [here](https://github.com/brucewzj99/tele-tracker-v2/blob/main/FAQ.md).

## Table of Contents
- [Getting Started (Users)](#getting-started-users)
- [Getting Started (Developers)](#getting-started-developers)
Expand Down Expand Up @@ -43,7 +46,6 @@ pip install -r requirements.txt
``` .env
BOT_TOKEN=your_bot_token
TEST_TOKEN=your_test_token
DATABASE_URL=firebase_url
GOOGLE_API_EMAIL=google_api_email
FIREBASE_JSON=service_account_key
GOOGLE_JSON=service_account_key
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ PyJWT==2.7.0
pyngrok==6.0.0
pyparsing==3.0.9
pytest==8.2.0
python-dotenv==1.0.1
python-telegram-bot==13.7
pytz==2023.3
PyYAML==6.0
Expand Down

0 comments on commit e0665f4

Please sign in to comment.