

- #Twitter ticker symbol problems how to#
- #Twitter ticker symbol problems software#
- #Twitter ticker symbol problems code#
- #Twitter ticker symbol problems free#

“Musk and his buddies view this plan as a way to get people to actually give Twitter money,” TechCrunch noted. TechCrunch dubbed Musk’s idea a potential “misinformation nightmare.” It is, in other words, a way of preventing the spread of fake news. Blue checks help everyday readers (as well as journalists) determine whether a comment being made by a purported public figure is actually from that person instead of a fan or impersonator.
#Twitter ticker symbol problems free#
Power to the people! Blue for $8/month.”Ĭritics have pointed out that verified accounts are not simply a free perk for a certain level of user, but rather a utility that makes the wild-west social media platform/hellscape more credible. Still later, Musk seemed to double down on the idea - and his suggested lower pricetag - by framing the fee as populist empowerment: “Twitter’s current lords & peasants system for who has or doesn’t have a blue checkmark is bullshit. Of course, this could, and probably will, change.

It is the only way to defeat the bots & trolls.” Currently, the cashtags take users to a Twitter search of the ticker symbol but don't yet show any expanded information within the Twitter service. Musk then suggested that additional clarity on the matter is still to come: “I will explain the rationale in longer form before this is implemented. # inserts the share,symbol,price into the tranactions tableĭb.execute("INSERT INTO transactions (shares, symbol, price, user_id, transaction_type) VALUES (:shares, :symbol, :price, :user_id, 'buy')",shares=shares, symbol=symbol, price=price, user_id = session)ĭb.Cannes: Harrison Ford Presented With Honorary Palme d'OrįiveThirtyEight political guru Nate Silver similarly wrote to his 3.5 million followers: “I’m probably the perfect target for this, use Twitter a ton, can afford $20/mo, not particularly anti-Elon, but my reaction is that I’ve generated a ton of valuable free content for Twitter over the years and they can go fuck themselves.”Įarly Tuesday, Musk responded to the uproar, replying directly to King: “We need to pay the bills somehow! Twitter cannot entirely rely on advertisers. Insert = """INSERT INTO user_log (user_id, symbol, share_amount) VALUES (%s) """ Share_index=current_shareĭb.execute("UPDATE user_log SET share_amount=:share_amount WHERE user_id=:user_id AND symbol=:symbol",share_amount=new_share_amount, user_id=session,symbol=symbol) If db.execute("SELECT symbol,user_id FROM user_log WHERE user_id=:user_id AND symbol = :symbol", user_id=session, symbol=symbol):Ĭurrent_share=db.execute("SELECT share_amount FROM user_log WHERE user_id=:user_id AND symbol = :symbol", user_id=session, symbol=symbol) Rows = db.execute("SELECT cash FROM users WHERE id=:id", id=session)
#Twitter ticker symbol problems software#
The enterprise AI software company went public at 42 per share, more than quadrupled to its all-time high of 177. Return apology("Oops! you are missing the share quantity") C3.ai ( AI -2.12) took investors on a wild ride after its IPO in December 2020. Return apology("Oops! you forogot the stock name") Return apology("Oops! you need to input a positive integer")
#Twitter ticker symbol problems code#
This is my code for the buy function where the errors are I am not sure which line the error is methods=["GET", buy():

I didnt have this issue before.įile "/home/ubuntu/pset9/finance/application.py", line 106, in buy amount = shares * price TypeError: can't multiply sequence by non-int of type 'float'
#Twitter ticker symbol problems how to#
I ran check50 to check some things that were wrong and I got 2 errors but when i check the details of the error it doesnt really give me a detailed overview of the problem so I am not really sure how to fix it or whats wrong with the code if anyone could help that would be great :DĮdit: this is one of the errors i get now when try to buy a stock.
