Re: [Tutor] Slack Token Invalid Syntax

2016-04-19 Thread Danny Yoo
On Tue, Apr 19, 2016 at 10:05 AM, Malcolm Boone wrote: > So you are saying the right side should be a string, how do I do that? See: https://docs.python.org/3/tutorial/introduction.html#strings > When I put quotes around the token it creates a dozen or so new errors. > Unless > I'm not e

Re: [Tutor] Slack Token Invalid Syntax

2016-04-19 Thread Malcolm Boone
So you are saying the right side should be a string, how do I do that? When I put quotes around the token it creates a dozen or so new errors. Unless I'm not even putting the quotes on correctly. On Sat, Apr 16, 2016 at 5:18 PM, Alan Gauld wrote: > On 14/04/16 01:22, Malcolm Boone wrote: > > > a

Re: [Tutor] Slack Token Invalid Syntax

2016-04-19 Thread Alan G
Apologies for top posting I blame the tablet! Malcolm, don't make us guess, show us how you put the quotes in and the error messages (in full). Alan g. Sent from my Fonepad Malcolm Boone wrote: So you are saying the right side should be a string, how do I do that?

Re: [Tutor] Slack Token Invalid Syntax

2016-04-16 Thread Alan Gauld
On 14/04/16 01:22, Malcolm Boone wrote: > advance if I've done this wrong. Nope, for a first post its pretty good. :-) > this error: > > File "C:\Users\malco\Anaconda3\Lib\Slack-File-Delete.py", line 6 > _token = xoxp-14301025207-14298191955-14452030292-** > SyntaxError: invalid

[Tutor] Slack Token Invalid Syntax

2016-04-16 Thread Malcolm Boone
Hello everyone! This is my first time using the Python Tutor myself, so I apologize in advance if I've done this wrong. Here is what I'm trying to do. I have a script written in Python 3 that will go through my companies Slack account and delete any files older than 30 days. I've ran this script