diff --git a/.gitignore b/.gitignore index 42a534e..c575d2b 100644 --- a/.gitignore +++ b/.gitignore @@ -158,4 +158,5 @@ config.json *.session-journal users !users/.gitkeep -TASK.md \ No newline at end of file +TASK.md +inline_bot.py \ No newline at end of file diff --git a/README.md b/README.md index e962547..28feda9 100644 --- a/README.md +++ b/README.md @@ -56,3 +56,14 @@ You can see config file with all the comments below: ``` After all of that you're good to go! Happy using :) + +## To-Do + +[ ] Check if link belongs to admin +[ ] Inline query user's application +[ ] Get applications .json +[ ] Get application by id and user_id +[ ] Age as a DD.MM.YYYY +[ ] Notify about upcoming birthdays +[ ] Change the application data +[ ] Check if user is already in group \ No newline at end of file