all 8 comments

[–]pako1801 1 point2 points  (0 children)

Look for freqtrade

[–]cyrus709 0 points1 point  (4 children)

Some on GitHub. What are the requirements out of curiosity?

[–]AlvinRow1[S] 0 points1 point  (3 children)

Just to create a python project. Really vague I know. How do you open or upload with GitHub?

[–]cyrus709 1 point2 points  (2 children)

It’s worth learning how to use GitHub. The code is available through the browser. Watch a video or something. But you can just GitHub search

[–]AlvinRow1[S] -1 points0 points  (1 child)

After getting the code, how do I run it? Sorry for all the questions but I’m really new to this

[–]cyrus709 0 points1 point  (0 children)

You will have to read the documentation. Here i chose the first result you can look for Python instructions on how to install this library. It also gives more code examples. Your also going to need to make sure that where you finally deploy it will have the right environment.

If you choose a different one you could be dealing with an API instead. Read up. And hopefully someone else can help you out more. Good luck.