pyTweetBot icon indicating copy to clipboard operation
pyTweetBot copied to clipboard

A Twitter bot written in Python to replace yourself, search and publish news about specific subjects on Twitter. PyTweetBot use Machine Learning to filter interesting articles and web pages found on t...

Results 6 pyTweetBot issues
Sort by recently updated
recently updated
newest added

Collecting pyTweetBot Downloading pyTweetBot-0.1.3.tar.gz (64 kB) |████████████████████████████████| 64 kB 158 kB/s Collecting nltk Downloading nltk-3.5.zip (1.4 MB) |████████████████████████████████| 1.4 MB 437 kB/s Collecting argparse Downloading argparse-1.4.0-py2.py3-none-any.whl (23 kB) Collecting logging...

adding MariaDB and phpMyAdmin, adding docker-compose for easier build & run Removed double quote from dockerfile as this causes compilation issues to execute: ``` docker-compose up & docker exec -it...

add a docker-compose so the user only has to run: ``` docker-compose up & ``` integrate phpmyadmin as visual help for database management.

Hi @nschaetti! I've just started training my bot using `python -m pyTweetBot train --config /data/config.json --dataset /data/dataset-tweets.p --text-size 100 --action dataset --source tweets`. Now, most of the tweets I have...

Hi @nschaetti! I am using the latest version from the developing trunk and came across the following issue when calling `python -m pyTweetBot friends --config /data/config.json --log-level 10 --update`: ```...

The software looks very interesting. I managed to get things up and running Docker. Can you provide a brief intro on how to use the tooling / extend the readme...

help wanted