#๐Ÿ”’ i am a beginner attempting to make a twitte monitoring using me little knowledge of python and ai

176 messages ยท Page 1 of 1 (latest)

haughty dewBOT
#

@peak pine

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

weary shadow
#

What does twitter posts have to do with solana and coins?

#

Sounds like two completely different projects.

peak pine
#

twitter bot keep track of the accout of a peorson i give the username of as these peple launches there own token time to time and drop a specific of there coin

soft cedar
#

if ur new im going to end it all ๐Ÿ˜ข

peak pine
#

using which we can buy it

soft cedar
#

how long u been coding for

peak pine
#

not that much just knows the basic

soft cedar
#

like days weeks

#

i been for 6 days

weary shadow
soft cedar
#

wait he uses chat gpt

#

oh i see it now

#

..

#

๐Ÿ˜‚

weary shadow
fossil nacelle
weary shadow
#

Sorry, I had to delete that message. You pasted your API keys

weary shadow
peak pine
#

thats no issue i can dump these keys

soft cedar
#

ik how this goe

#

goes

peak pine
#

or else i can explain it again

weary shadow
fossil nacelle
#

@peak pine Could you repost your question w/out the API keys?

#

your code rather

peak pine
#

ohk

#

no issue

#

should i drop the code in this chat or make a new ?

#

@weary shadow

weary shadow
#

You can drop it in this chat, just without api keys

peak pine
fossil nacelle
#

!paste

haughty dewBOT
#
Pasting large amounts of code

If your code is too long to fit in a codeblock in Discord, you can paste your code here:
https://paste.pythondiscord.com/

After pasting your code, save it by clicking the Paste! button in the bottom left, or by pressing CTRL + S. After doing that, you will be navigated to the new paste's page. Copy the URL and post it here so others can see it.

fossil nacelle
#

just easier to read here

fossil nacelle
# peak pine

So which parts are working, and which parts arent?

peak pine
peak pine
#

Traceback (most recent call last):
File "C:\Users\y29ga\memebot3\meme2.py", line 12, in <module>
from solana.transaction import Transaction
ModuleNotFoundError: No module named 'solana.transaction'

fossil nacelle
#

And while that other person was being rude for no reason, in my experience if chatgpt cannot solve an error after like 1 or 2 iterations it likely wont be able to figure it out

peak pine
#

this is the last error it is showing

peak pine
fossil nacelle
peak pine
#

ohh

#

so chat gpt did this much big mistake

fossil nacelle
#

actually I just found a reference to it on stackoverflow

peak pine
#

oh great

#

do you need any other info i can share ?

soft cedar
fossil nacelle
peak pine
#

ok

fossil nacelle
#

The solana-py github has a branch called "deprecate-transaction" so sounds like it's a deprecated feature

peak pine
#

so what does that mean ?

fossil nacelle
#

solana.transaction isn't supported/doesn't exist anymore

#

let me see what the alternative is now

peak pine
#

ok

fossil nacelle
#

actually

weary shadow
#

I wouldn't use any of this code, tbh

fossil nacelle
#

It doesn't seem like it's even using Transaction

weary shadow
#

I'd start fresh from current solana docs, use their examples, if you're actually going to trade real $$

fossil nacelle
#

That is a fair point lol

peak pine
#

can you guys do that ?

fossil nacelle
#

@peak pine you have some basic experience coding, correct?

peak pine
#

means help with that

#

i would say very basic

weary shadow
#

Otherwise, you're entirely likely to throw money out the window.

fossil nacelle
#

Is there a testing network you can use?

#

in other words that doesn't use real money

peak pine
#

yes chat gpt told me about that

#

wait i will get it

fossil nacelle
#

I got to go soon so I can't help for much longer, but break your problem into mini problems, don't try to solve it all at once. I.e. monitoring tweets and purchasing

peak pine
#

Solana Testnet

fossil nacelle
#

How important is it to buy it instantaneously?

peak pine
#

so i should first foccus of one aspect of the bot ?

peak pine
#

because its the game of seconds

fossil nacelle
#

Alright

peak pine
#

and brother from where can i start learing python online any cource you reccamend ?

fossil nacelle
#

!res

haughty dewBOT
#
Resources

The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.

fossil nacelle
#

Ok so here's what I'm thinking
1.) If you have real money linked up to this, make sure you have low limits of money set while testing, and keep those limits even when you finish the project, just maybe set them higher. Do not allow it to spend more money then you're comfortable losing
2.) Figure out how to use the solana test network, until you're confident it will work, you do not want to be spending real money
3.) When you make a purchase try to log information about what led to the purchase, when something goes wrong you don't want to be poking around in the dark trying to figure out where it went wrong, you want to be able to locate the issue.
4.) Break this problem into multiple problems, monitoring the tweets is completely different then making purchases, there's no reason they should be intertwined.

#

And also one more
5.) Remember if you can make money off this, other people will be trying to make money off this. I hope this doesn't come off as rude, but 6 days of coding is very little, when making money is in the mix, people with years more coding experience will throw all they have at it. Expecting to have something extremely profitable is setting yourself up to be disappointed.

#

And actually one more thing:
When you use APIs such as twitters API, there's almost always limits, whether a hard limit which is impossible to get around, or softer limits which you can get around, but for a cost

peak pine
#

it actually used a third party method insted of twitter api

fossil nacelle
peak pine
#

ohk ohk

fossil nacelle
#

And that leaves another thing then, those other methods could stop working, make sure if it's not able to get data it doesn't do anything weird.

peak pine
#

ok

#

do have knowledge to make this bot completely?

fossil nacelle
#

?

peak pine
#

or have i catched a tail of dog which is even out of your knowledge

peak pine
fossil nacelle
peak pine
#

means what do you think can you make this bot if you make it from start ?

fossil nacelle
#

I think I could figure it out, but I'd have to do research on Solana, and twitter APIs

peak pine
#

ohk

#

do you have spare time to work on it ?

fossil nacelle
peak pine
#

ohh no problem

#

but if you or someone you know has time and want to work on it pls do

#

it will be a great help

fossil nacelle
#

Do you want to know how to code in python? If so this is honestly an okay starting point once you go through the basics/intermediate parts of it

peak pine
#

yes i want to know how to code in python

fossil nacelle
peak pine
#

ohk bro no issues

fossil nacelle
peak pine
#

Ohk bro

fossil nacelle
#

If you spent like 2-3 hours a day, within a few weeks you can likely make this project.

peak pine
#

Is course on udmy good ?

fossil nacelle
#

I'm honestly not sure, I taught myself through a lot of googling and youtube videos, but I wouldn't recommend that method at all.

#

!res

haughty dewBOT
#
Resources

The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.

peak pine
#

Ohk

#

If you want i have an website which has all the paid cources for free

fossil nacelle
#

I'm gonna be honest I'm not completely sure how good those resources are, but that's what most people on here recommend, and I know a few people who have learned through them, so it's definitely not a bad place to start.

fossil nacelle
peak pine
#

No this are just links to the websites

fossil nacelle
peak pine
#

yes

fossil nacelle
#

start off with the automate the boring stuff one, that's what I've seen people do

peak pine
#

ok

fossil nacelle
# peak pine ok

The most important thing is, no matter the resource you use you're going to struggle at times, don't just skip ahead, make sure you learn whatever it is.

peak pine
#

ohk

#

do you think i can find anyone who can make this project on this group

fossil nacelle
peak pine
#

ohk ohk

fossil nacelle
#

Also if I had time, I still would feel weird about making a project like this for someone, it's risking someone else's money

#

and if you find someone willing to you need to make sure they know what they're doing and aren't going to make naive mistakes which can cost you money

peak pine
#

but we can test it in the test metwork

#

first

peak pine
#

bro where are you from

#

you are a nice guy

fossil nacelle
#

New York, US

peak pine
#

ohh nice

fossil nacelle
#

you?

peak pine
#

india

#

you in college?

fossil nacelle
peak pine
#

nice

fossil nacelle
peak pine
#

whats you age bro

fossil nacelle
#

17

peak pine
#

oh same age

#

lol

fossil nacelle
#

18 in 2 days

peak pine
#

me in 5 months

fossil nacelle
#

ay

#

its funny 18 is when you're considered an adult in the US, but like nothing changes except like more responsibilities ๐Ÿ˜„

#

Not sure how much changes in India

peak pine
#

yes same here

#

same

fossil nacelle
#

Yeah not as amazing as it sounded when I was 12 lol

peak pine
#

nothing changes just you get license lol

fossil nacelle
#

Ah I was able to get my license last year

#

Anyways, I got to go for a bit, if you have any questions make one of these channels or if you want go ahead and DM me, I enjoy helping people

peak pine
#

ok no problem bro

#

and thankx again for the help

fossil nacelle
#

But I would definetly recommend learning Python, as I said it's really versatile and relatively easy to learn, I figured out the basics when I was like 12

#

Ofc

peak pine
#

and i was gonna start from this month

#

but needed this bot so used chat gpt

haughty dewBOT
#
Python help channel closed for inactivity

This help channel has been closed. Feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.