Skip to content
This repository has been archived by the owner on Feb 10, 2024. It is now read-only.

ruaronicola/TelepathyBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TelepathyBot

Hi, I am an undergraduate computer engineering student and this is a personal project to introduce myself to python programming.

This project is not intended to be lucrative nor perfect, if you like my work and you do have a Telegram account you can contact @ruaronicola. If you don't have one .. What are you waiting for? :)

What is TelepathyBot?

TelepathyBot is a simple Telegram Bot with a related Web Application(https://github.com/ruaronicola/Telepathy), built using Flask framework. Its aim is just to analyse tweets regarding a user specified topic in order to estimate the community mood in real-time.

Configuration

cd /path/to/base/folder
pip install -r requirements.txt
cd contents
cp default.config config.py
pico config.py
# setup your configuration file
python
>>> import nltk
>>> nltk.download()
# download and install 'stopwords' corpus
>>> exit()
python main.py

How does it work?

The base-idea is really simple:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages