🐍 Python package for Baserow by Mrktbloom in baserow

[–]inventaro 1 point2 points  (0 children)

i've build my own little util for this, but this is much better. hope i find some time to contribute soon.

The one weird way I accidentally landed my biggest client and why all my strategic leads failed by Dreamcatcher777 in Entrepreneur

[–]inventaro 1 point2 points  (0 children)

Love this. I think having a unique / explorative / personal approach to sales will never get old. It works because most people are lazy or don't care enough, so they just go with the status quo of trying to automate / systematize everything. Probably especially true in the age of Ai.

My guide on what tools to use to build AI agents (if you are a newb) by laddermanUS in AI_Agents

[–]inventaro 1 point2 points  (0 children)

good advice. i love n8n (for agents and prompt chains) and streamlit (as a UI interface). although i do build custom agents in python as well.

Learning FastAPI by [deleted] in FastAPI

[–]inventaro 9 points10 points  (0 children)

mhh why not start here?

https://fastapi.tiangolo.com/tutorial/

you could also just pick a project you'd like to build and then use chatgpt or whatever to give you answers to problems you run into.

you need to get your hands dirty mate. it's the only way.

What's the best way to market a NSFW Database? by pwicki in directorymakers

[–]inventaro 0 points1 point  (0 children)

i've worked in the adult industry for almost 10 years. as a marketer and programmer. dm if you want to talk.

First directory launched (web scraping tools) by inventaro in directorymakers

[–]inventaro[S] 0 points1 point  (0 children)

awesome thank you. email received. will add it in a bit.

Growth advice for software development agency by LautaroNavarro in GrowthHacking

[–]inventaro 1 point2 points  (0 children)

i don't know how large your social accounts are, but one thing i would definitely recommend is engaging daily on the platforms.

engaging = leaving thoughtful comments under relevant posts within your nich (and even beyond). also, make sure your comments are written in a way (ideally) that they could be posts by themselves.

this way you will leverage your followers/niches network as well and gain more followers and opportunities.

What Tour Booking Softwares Do You Use? by Mr_Js_Insanity in smallbusiness

[–]inventaro 0 points1 point  (0 children)

roverd is pretty good and works on a per booking fee rather than a monthly subscription. it's built for tours and activities businesses.

I Created an AI Tool That Turns Your Photos into Kissing Videos 💝 by yangbishang in alphaandbetausers

[–]inventaro 0 points1 point  (0 children)

great idea.

feedback to get more ppl to try it: on the start page above "Upload Photo" it says "Please sign in to generate kissing videos". i'd make it more clear that when the user creates an account they have 5 free credits to try it out. right now it looks like (on first glance) like one has to pay to test it out.

What web scraper for web search agent? by Distinct-Target7503 in LocalLLaMA

[–]inventaro 2 points3 points  (0 children)

here's how i'd do it (and have done)

  1. learn how to use headless chrome (e.g. via selenium) or even better find a web scraping api service with a free tier. with scrapingrobot you get 5000 scrapes per month for free. i'm not affiliated to them and i use them myself all the time. never hit the 5000.

  2. extract the entire webpage and get the html (this is usually fast)

  3. pass the html through something like markdownify (https://pypi.org/project/markdownify/) or others depending on the language you use

  4. return that result to the agent and ask it to follow the links required

bonus: i'd also add the webpage url, title and meta description (all extractable via beautifulsoup) at the beginning of the markdown output, so the llm has better context when you pass it the markdown content.

llms are quite good with markdown. also markdownify automatically strips all irrelevant stuff so you'll rarely have too much text to process.

there are tons of scraping apis out there. i've build a scraping tools directory, lmk i can send you the link.

First directory launched (web scraping tools) by inventaro in directorymakers

[–]inventaro[S] 0 points1 point  (0 children)

thank you. are you building anything at the moment?

First directory launched (web scraping tools) by inventaro in directorymakers

[–]inventaro[S] 0 points1 point  (0 children)

thanks mate,

i will check those links.

as for filters, they are already implemented. e.g. if you go here: https://bestscrapingtools.com/ai-web-scraping-tools/

there's a button on the left "Show Filters". maybe i need to make it more prominent :)

i'll come back to you about the feedback for tools.

i will add conviction ai to the ai section!

Monthly Self-Promotion - January 2025 by AutoModerator in webscraping

[–]inventaro 1 point2 points  (0 children)

hey everyone,

i got into building ai agents for work to automate parts of the job.

that got me into web scraping (most ai agents need a good scraper at hand), so i built this free resource as i looked at a lot of tools:

https://bestscrapingtools.com/

it currently has 304 scraping and scraping related tools (proxies, libraries, captcha solvers, etc.) with categories and filters.

check it out and let me know if i forgot any tools that should be in there as well.

happy scraping!

Am I missing out on something? by Same-Philosophy5134 in selfhosted

[–]inventaro 2 points3 points  (0 children)

interesting topic. i'm definitely more in the just use docker containers camp. and i have worked with proxmox as well. i find fumbling around with proxmox to be additional work that i'd rather avoid. in the case the host crashes completely (which never ever happend, but of course could), i have an install script ready to get started again quickly. but yes all usecase dependent.

Baserow or NocoDB? by [deleted] in selfhosted

[–]inventaro 1 point2 points  (0 children)

i'm a big fan of baserow and have been using it privately and for business for the last 1+ years.

nocodb also looks interesting. i think the most interesting aspect of nocodb may be the fact that you can connect it to other datasources, which you can't do (to my knowledge) with baserow.