joaquin
joaquin
@onbjerg I was looking into taking this as a good first contribution, but after taking a look it seems like the proposed solution is already implemented? I'm at `master 01b16238ff87dc7ca8ee3f5f13e389888c2a2ee4`....
@timofeli did you end taking this up? i'm looking for something to work on but don't want to duplicate efforts.
Seems like this was implemented @denisidoro? My test: Cheatsheet: ``` # test ssh \ ``` Navi: ``` ~ ❯❯❯ navi ✘ 130 ssh: Could not resolve hostname : Name or...
pinging @timofeli. i haven't worked on it yet but might be able to.
Hey @kanyawest42 You should only need to change this function: https://github.com/joaquinlpereyra/twitterImgBot/blob/master/bot/requests.py#L55 ```def is_img_request(mention, request_command): """Return True if mention start with the request_command.""" return mention.text.lower().startswith(request_command.lower()) ``` It should do something like...
Hey kanya, impossible is nothing. As you see I'm not actively maintaining this anymore, feel free to fork it.
Hi :). I haven't looked at this project for a while now and a number of things could be going foul, but have you copied the entire project structure? Do...
Will look into this. Noticed allow_repeat_after not working on my own bot today. I'm planning on moving the stupid log file which never caused anything else but problems to a...
@HuskerDoggo Where have you heard that? I've never tried anything fancier than cron on my desktop computer (that's how mine has always run), but I'll be glad to hear you...
@HuskerDoggo The bot will only work with Python3. I'm sorry I can't provide any more info about this, as I said, I've always just put it on my cron and...