An open API service indexing awesome lists of open source software.

https://github.com/bacdong/timetable_reminders

This is a MyBot timetable reminders for me
https://github.com/bacdong/timetable_reminders

api bot django-framework facebook-messenger-bot json-api python3 requests sendsms telegram-bot-api virtual-environments

Last synced: about 2 months ago
JSON representation

This is a MyBot timetable reminders for me

Awesome Lists containing this project

README

        

# TIMETABLE REMINDERS #
```
Not complete, updating...
```

### Development Installation ###
- Install python package
```
python3 -m venv env
source env/bin/activate
cd apps
pip install -r requirements.txt
```
- Install new package
```
pip install
```
- Export python package
```
pip freeze > requirements.txt
```
- Create migrations files
```
python manage.py makemigrations
```
- Migrate database
```
python manage.py migrate
```
- Start project
```
python manage.py runserver
```