Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Telegram #72

Open
wants to merge 34 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
22a2b11
improved by selery
artyshko Feb 15, 2019
f30672c
changed Procfile
artyshko Feb 15, 2019
a9d27bc
Heroku fix
artyshko Feb 15, 2019
a1fe54e
Heroku fix
artyshko Feb 15, 2019
48c6749
fixed heroku redis bug
artyshko Feb 16, 2019
4dc0d1f
added bash script
artyshko Feb 16, 2019
34bdb3e
fixed the mp3 names
artyshko Feb 24, 2019
1e48c7b
fixed telegram error "413 Request Entity Too Large"
artyshko Feb 24, 2019
3e795cc
Merge branch 'telegram-alpha' into telegram-beta
artyshko Feb 24, 2019
e57aa01
added new features from -alpha branch
artyshko Feb 24, 2019
d9ec6a5
updated limit
artyshko Feb 24, 2019
4afcf14
updated limit
artyshko Feb 24, 2019
d55a04b
fixed run out of memory error
artyshko Feb 24, 2019
681d69d
fix
artyshko Feb 24, 2019
b96440a
hotfix
artyshko Feb 24, 2019
43ab997
fix
artyshko Feb 24, 2019
18f63ca
fix
artyshko Feb 24, 2019
97a9381
hotfix
artyshko Feb 24, 2019
e33e27b
changed api key
artyshko Feb 24, 2019
a6ed225
added albums support
artyshko Mar 1, 2019
ab22618
added status
artyshko Mar 1, 2019
5874006
fixed image
artyshko Mar 3, 2019
ede692d
Update README.md
artyshko Mar 8, 2019
219f379
removed tokens
artyshko Mar 8, 2019
fe52fb9
Merge branch 'telegram-alpha' of https://github.com/artyshko/smd into…
artyshko Mar 8, 2019
697dfb9
Merge branch 'telegram-beta' into telegram
artyshko Mar 8, 2019
e7d3715
new hello message
artyshko Mar 9, 2019
1e2fdb3
Merge branch 'telegram' into telegram-alpha
artyshko Mar 15, 2019
8241006
fix
artyshko Mar 16, 2019
a6ec6f1
changed data
artyshko Mar 16, 2019
e02c4fb
optimized
artyshko Mar 16, 2019
f7d9325
hotfix
artyshko Mar 16, 2019
f1b1a4c
added Deezer support
artyshko Mar 16, 2019
50a61c4
Update README.md
artyshko Mar 17, 2019
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
updated limit
artyshko committed Feb 24, 2019
commit d9ec6a5a90373454b274299c74cb52d4d499659d
2 changes: 1 addition & 1 deletion worker.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python3 telegram.py & celery worker -A telegram --loglevel=info --autoscale=20,5
python3 telegram.py & celery worker -A telegram --loglevel=info --autoscale=7,4