All Questions

Coding Twitter

When you create bots (twitter bots, Slack bots, etc) from where do you run them?

Local computer? Dedicated server? Some website hosting? Serverless tasks?

author Aidas Bendoraitis

Reply
19 Answers

google functions and my own vm

writen by Tiago Ferreira

Can you run python virtual environments with google functions?

writen by Aidas Bendoraitis

Hey Aidas. I ran a twitter bot for my previous startup on Heroku on a worker Dyno. They seem to have a generous free plan

writen by Goutham J

I am thinking mainly about the bot that Luise Haack asked to create that retweets tweets with a certain hashtag. But maybe I will need such a bot for personal projects too.

writen by Aidas Bendoraitis

Interesting. I built a bot for the same use case https://twitter.com/AstramindBot

writen by Goutham J

Tiago Ferreira, so is your VM in a local computer?

writen by Aidas Bendoraitis

Goutham J Maybe then you can share the bot with Luise?

writen by Aidas Bendoraitis

if it’s easy to set up.

writen by Aidas Bendoraitis

Tiago Ferreira Did you consider using DigitalOcean? It’s more cost effective. Starts at 5$ / month.

writen by Aidas Bendoraitis

Okay sure, will share the source with Luise Haack

writen by Goutham J

She would probably also need some guidance. Or I will build a quick similar bot with Python. I saw some tutorials for that online.

writen by Aidas Bendoraitis

Oh right ya, I myself built it by seeing a medium tutorial. There’s quite a lot of resources on this

writen by Goutham J

1&1 VPS starts at 1-2€ right now. Which would be sufficient for such a bot (or even sth. more complex when using cloud functions)

writen by Benedikt

Thank you all for your support. I am currently not working on the project I wanted to have the bot for. Will let you know once/in case I resume.

writen by Luise Haack

OK

writen by Aidas Bendoraitis

I pay 3 euros month. super cheap

writen by Tiago Ferreira

Aidas Bendoraitis I use a serverless stack on AWS. a scheduled lambda function and a DB (on DigitalOcean actually) but you can use Heroku for free in case you need a cheap one.

writen by Luca Restagno (ikoichi on Twitter)

I use a Heroku Dyno to do some weird stuff on my YouTube videos. $7/mo

writen by Marc Lou

Do you want to ask a question?


Related Questions