Fakultas Ilmu Komputer UI
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ZAKI RAIHAN
1606878505_ossd_telegram_notif_bot
Commits
2a190432
Commit
2a190432
authored
Oct 18, 2019
by
ZAKI RAIHAN
Browse files
add README.md version 1.0
parent
0cafed53
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
0 → 100644
View file @
2a190432
# FASILKOM UI TELEGRAM BOT NOTIFICATION
## Table of Content
1.
Requirements
2.
Application Structure
3.
Application Configuration
4.
How It Works
## Requirements
1.
Python 3.7
2.
PostgreSQL 11.5
## Application Structure
```
ossd-notification-bot
│ env
└───migrations
└───models
│ AccountModel.py
└───navigation
│ navigation.py
└───sso
│ csui_helper.py
│ utils.py
└───static
└───css
│ default.css
└───telebot
│ mastermind.py
│ sisuratNotif.py
│ utils.py
└───templates
│ accountExist.html
│ authPhoneNumber.html
│ changePhoneNumber.html
│ failedChangePhoneNumber.html
│ failedToLoginSSO.html
│ failedToLogoutSSO.html
│ loginSSO.html
│ successChangePhoneNumber.html
│ successToLoginSSO.html
│ successToLogoutSSO.html
│ app.py
│ config.py
│ manage.py
│ README.md
│ requirements.txt
```
## Application Configuration
Make sure to have those environment variable before running the app:
-
APP_SETTINGS=
\<
which config that you want to use
\>
-
BOT_TOKEN=
\<
your bot token that acquired from telegram bot father
\>
-
BOT_USER_NAME=
\<
your telegram bot username
\>
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment