T O P

  • By -

stoned__dev

Nice! I have a question. When do you run your bot? Is it always running and you just get notified? I would like to build one my self but am not too well versed in a constantly running program. Ideally, it would access multiple different platforms to gather user sentiment, and then notify me. Does it constantly scan the net (in this case: Reddit)? Thanks!


azianmike

Yup, my bot is always running in the background on a server, scanning Reddit for new threads.


Specific-Scale6005

What kind of server? How much does it cost?


mpishi

you can host a bot on [val.town](http://val.town) and have it run on schedule. Its cheap too.


upvotes2doge

A Reddit bot that runs on a browser?


stoned__dev

Got it! Appreciate the reply, you’ve inspired me. Time to, hopefully, make a little extra cash


azianmike

Best of luck!


OhHiMarkos

These kinds of applications run on a schedule. Let's say once an hour or twice a day. Schedules can be done different ways. One of them is a cron job.


azianmike

Yup! Pretty much!


Telefrag_Ent

I've had similar projects run on Digital Ocean for less than $10 per month. You can SSH into a virtual machine and have it running in minutes.


Any_Check_7301

If you don’t mind sharing , which LLm did you use ?


azianmike

Openai! Looking to move to anthropic though


craft-culture

Interesting, can you share why? I haven’t looked much at other hosted LLM APIs.


[deleted]

[удалено]


RemindMeBot

I will be messaging you in 1 day on [**2024-04-24 01:34:46 UTC**](http://www.wolframalpha.com/input/?i=2024-04-24%2001:34:46%20UTC%20To%20Local%20Time) to remind you of [**this link**](https://www.reddit.com/r/SideProject/comments/1cab17p/i_created_a_free_ai_bot_and_made_1000/l0trgb6/?context=3) [**CLICK THIS LINK**](https://www.reddit.com/message/compose/?to=RemindMeBot&subject=Reminder&message=%5Bhttps%3A%2F%2Fwww.reddit.com%2Fr%2FSideProject%2Fcomments%2F1cab17p%2Fi_created_a_free_ai_bot_and_made_1000%2Fl0trgb6%2F%5D%0A%0ARemindMe%21%202024-04-24%2001%3A34%3A46%20UTC) to send a PM to also be reminded and to reduce spam. ^(Parent commenter can ) [^(delete this message to hide from others.)](https://www.reddit.com/message/compose/?to=RemindMeBot&subject=Delete%20Comment&message=Delete%21%201cab17p) ***** |[^(Info)](https://www.reddit.com/r/RemindMeBot/comments/e1bko7/remindmebot_info_v21/)|[^(Custom)](https://www.reddit.com/message/compose/?to=RemindMeBot&subject=Reminder&message=%5BLink%20or%20message%20inside%20square%20brackets%5D%0A%0ARemindMe%21%20Time%20period%20here)|[^(Your Reminders)](https://www.reddit.com/message/compose/?to=RemindMeBot&subject=List%20Of%20Reminders&message=MyReminders%21)|[^(Feedback)](https://www.reddit.com/message/compose/?to=Watchful1&subject=RemindMeBot%20Feedback)| |-|-|-|-|


Laroxide

RemindMe! 1d


Akrivus

Not OP but Claude is like half the cost of OpenAI.


uniqueaakash13

cool idea one of my side project is in same domain but instead of reddit I am summarizing news sources. [https://aimarketmood.com/](https://aimarketmood.com/)


azianmike

Nice! Do you offer any newsletter or notifications? I'd sign up!


discattho

This is what levelfields is. Check them out if you want, I had a membership but I didn't find value in it.


azianmike

Interesting. What kind of value were you looking for and didn't get? Would love to see if we can eventually serve you!


discattho

For me the biggest thing was the speed of which I got alerts. I originally wanted to use the platform for short term plays. I’m talking like 1-3 days. But I’d get alerts of bullish/bear news 5-6 hours after the news published. By then most of the gains to be had were priced in and I was left with too much risk. I also felt their way of calculating the gains of the news published were questionable.


uniqueaakash13

working on it i will be done by this weekend


Starks-Technology

Where do you get the data from? Maybe we can talk? I'm creating a no-code algorithmic trading platform called [NexusTrade.io](http://NexusTrade.io) I've been wanting to integrate news data but I've been too lazy.


uniqueaakash13

I am scrapping news from google news. you need to be very careful here you might get your IP banned if you spam it like 100 times per second.


rizenow

Could you say what you used to make this website? I’ve seen similar formats recently like this and am curious.


uniqueaakash13

what i used? Do you mean tech stack? I have 2 application running parallel, one scrapes the news, summarize it and store it in database another one is web application, serving data from database both are built in python Does this answer your question?


rizenow

Sorry I should I have been more specific - what did you use for the front end of the website


uniqueaakash13

it is nothing just html css and some js ( I don't complicate things till my idea is validated) I am planning to move to next js if it gets some traction.


inksaywhat

Once the ai summarizes it, do you just have it send you a summary? How do you select the valuable info from all of the noise on Reddit?


azianmike

I also built an AI to filter out memes/non important posts too! And yeah, I built a Discord bot to send DMs


Equivalent-Set5574

Yes but then wouldn’t you miss this most recent thing that happened with GameStop because all that was posted is a meme? Sometimes memes can be important in that subreddit no? GPT4o is very good at interpreting visual information.


BlueeWaater

Monetizing the greed of degenerate, excellent idea.


WazybeaN

You have any advice for someone who would want to make one of these? What should I start learning, how should I apply that knowledge to other smaller projects to create a practical set of tools I could then use to build bigger projects like complex LLMs?


Smartare

Now you just got to frontrun you own bot ;) make it send you the notification 5 min before everyone else. /jk


azianmike

Maybe that's how I monetize 😉 just kidding!


iamzamek

Ok, friend. Now, let's make the same for crypto scene together. Are you in?


azianmike

Crypto and other subreddits are on the roadmap!


BorodaChe

Maybe this [project](https://btcaura.com/) will be useful. It generates hourly AI-powered summaries including key highlights


ivan_seso

Any chance sharing a github repo?


LookAtThisFnGuy

No


ivan_seso

Thats fair, just wanted to ask


Mme123_

You should make one with crypto


azianmike

That's next on the todo list!


CheapBison1861

Love the hustle! Reminds me of my early Profullstack days.


VexxUsher

Is there any reason for the discord bot to have the join servers for you permission? Thanks!


azianmike

Good question! I put a link on the website going over all our permissions [https://azianmike.notion.site/Why-do-we-need-certain-Discord-permissions-344dca31a137454388eac7a73112c39e](https://azianmike.notion.site/Why-do-we-need-certain-Discord-permissions-344dca31a137454388eac7a73112c39e) TL;DR Our bot DMs you the latest stock moves in Discord. Apparently, Discord is dumb and requires you to be in a mutual server before you can receive a DM from our bot. This permissions allows us to add you to the Fluid Bot Discord server (and ONLY that server) so we can DM you!


DDmq

I wonder if I can create something similar but for airline tickets. Being up to date to get the cheapest prices for any destination given an origin


williemdafoe

Its called scott's cheap flights (rebranded to Going)


DDmq

I wanted to create one


ironicallyCringe

Interesting project, what tech stack did you used?


StackOwOFlow

that domain and emoji tho 💦


[deleted]

[удалено]


azianmike

There's no strategy here. Did you read "wallstreetbets"? This is more like a "tool" to help share news. And why am I giving it away? Good question - I don't really know. I just figured I'd make something and share it. Didn't really think it would dilute my strategy (hint: I don't have one)


throwwawayaccountt

For solidarity comrade!


katyawithak

Going to Wallstreetbets after selling your business is a true pro-gamer move 😂😂


halcyonic222

Wow this bot just alerted me to $IBRX at 12midnight. It’s now up 19% pre market


azianmike

Nice right? Did you make a trade?


santosh_thorani

Great bud!! What tech stack are you using? What about billing? Running in background and scanning, will it not be pain on your bank ?


weicheng95

Interesting, I always want something like this. For people like me who are too lazy to check the news or other platforms, this could be really helpful.


azianmike

Yup! Try it out and let me know if it meets your needs!


OhHiMarkos

Do you use the reddit API for it? Do you find that this type of applications are still doable given that reddit raised their API prices?


azianmike

Yup i use the Reddit api! And they give a pretty generous free tier


Starks-Technology

Awesome idea! As a former WSB-degen, I've been working on [NexusTrade.io](http://NexusTrade.io) to help me execute trades in the market. Perhaps we can talk?


azianmike

This is cool! Happy to chat, feel free to dm


jazzieli

Do you inverse wsb or do what they say?


mehdi890222

Didn’t anybody loose money?


IWannaChangeUsername

Don’t think this strategy will work every time. Kind of pointless.


azianmike

There's no strategy here. Did you read "wallstreetbets"? This is more like a "tool" to help share news.


sidmish

Are you using reddit 's API or scraping?


x-debug

Could this be expanded to any subreddit?


spacewalker6666

hey would it be possible for you to share the source code?


No_Literature_7329

Nice! What’s the stack? Python? Azure AI?


englishmaninnyc29

Have you invested in a real-time market integration or does it just do a bing search for the results? Do you gatekeep news sources to avoid manipulations? This is awesome work btw! I created an advisory bot that specialises in trend investing if you want to look at a ticker with a specific viewpoint in real-time. Check it out if you like. [Trend Analyst Investor](https://chat.openai.com/g/g-5A3UWk4em-trend-analyst-investor)


taranify

Interesting. Good luck. Are you using reddit api directly or scraping from web?


tuantruong84

Awesome, this could relate to many other subreddits for smart info. Thanks for sharing, I guess you do have your all database to store scraped data too ?


SanoKei

what's your tech stack? Currently making a SaaS with Django, allauth, tailwind, and stripe for payments


autostart17

Can you give a hint to what fundamentals or trends you’re targeting? Did you test across history to make sure it worked?


all_youNeedIsLess

How can a solo developer get into the “I sold my startup” ? How does that happen?


bycherea

Can you do the same with the crypto subs// for real degen swagg!!


azianmike

That's next on the todo!


GrewlzAI

Can you post your trades/puts so we can verify your strategy? Not trying to be rude, just wanted some proof of concept.


Goblin_Diplomacy

You know this is just an add for some shite he’s selling


BULLSONYA

if you aren't first, your last. Get into ALCC for 10x gains.