Bitcoin Forum
May 04, 2024, 12:21:37 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Learning python Update  (Read 1161 times)
vite (OP)
Legendary
*
Offline Offline

Activity: 1018
Merit: 1000


View Profile
October 01, 2013, 03:26:30 AM
 #1

Well I figured out how to do an irc bot and a twitter bot that I was posting tickers with (sorry to all annoyed).

Now I am trying to figure out how to get a game to work with IRC but I am stuck

http://paste.pound-python.org/show/zg3nu6h3K6eFqwzlfYCy/ is the source at the bottom is the error.

  File "ircgame.py", line 100
    send('PRIVMSG ' + nick + " : You have reached Panama Viejo\r\n")
       ^
SyntaxError: invalid syntax


which makes no sense cause the syntax seems to be correct.


This is the regular game http://paste.pound-python.org/show/sQvoTCQJBd4N19bdtD5U/ (works fine from the prompt)


this is the irc bot skeleton http://paste.pound-python.org/show/ZtLiSwbKFcTRy46N8u9B/ (works fine too)


But when I tried to merge the two, I messed up and can't figure out what I did wrong...
1714825297
Hero Member
*
Offline Offline

Posts: 1714825297

View Profile Personal Message (Offline)

Ignore
1714825297
Reply with quote  #2

1714825297
Report to moderator
1714825297
Hero Member
*
Offline Offline

Posts: 1714825297

View Profile Personal Message (Offline)

Ignore
1714825297
Reply with quote  #2

1714825297
Report to moderator
1714825297
Hero Member
*
Offline Offline

Posts: 1714825297

View Profile Personal Message (Offline)

Ignore
1714825297
Reply with quote  #2

1714825297
Report to moderator
Even if you use Bitcoin through Tor, the way transactions are handled by the network makes anonymity difficult to achieve. Do not expect your transactions to be anonymous unless you really know what you're doing.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714825297
Hero Member
*
Offline Offline

Posts: 1714825297

View Profile Personal Message (Offline)

Ignore
1714825297
Reply with quote  #2

1714825297
Report to moderator
vite (OP)
Legendary
*
Offline Offline

Activity: 1018
Merit: 1000


View Profile
October 01, 2013, 03:56:53 AM
 #2

fixed a lot of syntax errors I had.

now I get this:

  File "ircgame.py", line 148
    while True:
        ^
SyntaxError: invalid syntax


http://paste.pound-python.org/show/x0aH2wWAxedCEqGuuIXM/
vite (OP)
Legendary
*
Offline Offline

Activity: 1018
Merit: 1000


View Profile
October 01, 2013, 03:59:48 AM
 #3

ok I was missing a bracket on line 146 thanks nanotube
vite (OP)
Legendary
*
Offline Offline

Activity: 1018
Merit: 1000


View Profile
October 01, 2013, 04:23:57 AM
 #4

With this revision now it connects to the IRC server (freenode), joins the chat room and says "Hello World"

but it won;t take any commands

http://paste.pound-python.org/show/iVq52zzltDwhiUv1gLDQ/
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!