-
Hey,
cooles Projekt! Gibt es schon eine lauffähige Variante für den nicht-technischen Endnutzer? Wie wäre es für den Start mit einem sehr grobkörnigen (=stadtweiten) Twitterbot? Fahrradwetter Berli…
-
Our buddies at Caricoos have a buoy that tweets on the hour. They are certainly in a different position that we are, but we'd like to explore each buoy tweeting, branded under GLOS. Maybe it could do …
-
hello i'm really confused here as im VERY NEW to programming. Any time i post my_bot = TwitterBot , it seems to work but then the next command i put in my_bot.send_tweet("Hello People") give me this T…
-
Just installed everything as per instructions. Executed twitterbot, and it returns the following error
Traceback (most recent call last):
File "/usr/local/bin/twitterbot", line 9, in
load_entr…
-
hi there
im currently facing the problem to integrate more then one twitteraccount into huginn. The requested scenario is to have one useraccount to control more then one twitteraccount and an othe…
-
There are instructions here: https://www.jrwinget.com/post/2019-05-08_create-a-twitter-bot/
-
Some of my colleagues just published a [paper ](https://www.sciencedirect.com/science/article/pii/S1617138118301183?dgcid=coauthor) showing that 57% of Australian threatened species have been mentione…
-
so i keep running into this issue, i'm using bash on windows to execute, and i just can't seem to get it to launch without that error.
root@DESKTOP-R7HT1HJ:/mnt/c/Users/name/Desktop/twitterImgBot-ma…
-
Hi,
I haven't used this in months and tried earlier today, but I forget what it said. So I came here and found you updated everything recently, so I downloaded all the latest and greatest files, bu…
-
for an example like this;
my_bot = TwitterBot()
my_bot.auto_follow("@ShoutGamers")
from TwitterFollowBot import TwitterBot
my_bot = TwitterBot()
my_bot.auto_fav("@ShoutGamers", count=1000)
…