Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
indicators-parser-saas
backend
Commits
79560d0e
Verified
Commit
79560d0e
authored
2 years ago
by
Власов Иван Юрьевич
Browse files
Options
Download
Patches
Plain Diff
Added availability to add telegram channel watchers
parent
67472408
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
.gitignore
+4
-0
.gitignore
app.py
+10
-2
app.py
endpoints/__init__.py
+1
-0
endpoints/__init__.py
endpoints/routes.py
+2
-1
endpoints/routes.py
endpoints/watcher.py
+16
-0
endpoints/watcher.py
integrations/telegram.py
+27
-0
integrations/telegram.py
models/__init__.py
+1
-0
models/__init__.py
models/indicator.py
+9
-29
models/indicator.py
models/watcher.py
+75
-0
models/watcher.py
parsers/text_parser.py
+58
-1
parsers/text_parser.py
requirements.txt
+0
-0
requirements.txt
responses/errors.py
+7
-0
responses/errors.py
settings.py
+4
-0
settings.py
with
214 additions
and
33 deletions
+214
-33
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!
Save comment
Cancel
Please
register
or
sign in
to comment