Skip to content
/ tg-bot Public

Trying out telegram bot api in conjunction with machine learning

Notifications You must be signed in to change notification settings

ArturJS/tg-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tg-bot

Trying out telegram bot api in conjunction with machine learning

Useful links

Your own chat bot (text pre-processing)

Chat bot tutorial

How I Used Deep Learning To Train A Chatbot To Talk Like Me (Sorta)

A toy chatbot powered by deep learning and trained on data from Reddit

Useful notes:

Install docker on ubuntu 18.04

https://www.digitalocean.com/community/tutorials/docker-ubuntu-18-04-1-ru

Setup tor-proxy server (on AWS EC2 machine):

  1. Create docker-compose.yml file
version: "3.4"

services:
  tor-socks-proxy:
    container_name: tor-socks-proxy
    image: peterdavehello/tor-socks-proxy:latest
    ports:
      - "127.0.0.1:9150:9150"
    restart: unless-stopped
    network_mode: "host"
  1. docker-compose up -d

Login on AWS EC2

ssh -i Node.pem ubuntu@3.137.51.198

About

Trying out telegram bot api in conjunction with machine learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published