Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
added faq in readme
  • Loading branch information
brucewzj99 committed May 3, 2024
commit e0665f49fe06956b6828f05fbce566234ac2f4e1
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