Please enable JavaScript.
Coggle requires JavaScript to display documents.
mkcarbot (variables (SLACK_TOKEN, SLACK_CHANNEL, RESULTS_COUNT, FREQUENCY,…
mkcarbot
variables
SLACK_TOKEN
SLACK_CHANNEL
RESULTS_COUNT
FREQUENCY
ITEMS
chatbot.py
from
sackclient
import SlackClient
configurations
import SLACK_TOKEN
SLACK_CHANNEL
def post_message
var slack_notifier
main.py
import processing
import time
from configuration
import items
import frequency
processing.py
import
arrow
from
pycarousell
CarousellSearch
SQLAlchemy
import
create_engine
import
Column
Integer
String
DateTime
Float
Boolean
from
sqlalchemy.ext.declaratifve
import declarative base
configurations
import RESULTS_COUNT
chatbot as robot
class Carousell Listing
pycarousell.py
import
requests
json
class CarousellSearch
def init
send_requests