All Projects → CubexX → confstat-bot

CubexX / confstat-bot

Licence: MIT License
Statistics for telegram groups

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to confstat-bot

TensorGram
A real-time remote service to get the tensorflow callbacks to the telegram including the details of metrics-->pip install tensorgram
Stars: ✭ 79 (+203.85%)
Mutual labels:  telegram-bot
analytics reading list
a collection of books, articles, and tutorials to learn and apply analytics
Stars: ✭ 16 (-38.46%)
Mutual labels:  statistics
PyImpetus
PyImpetus is a Markov Blanket based feature subset selection algorithm that considers features both separately and together as a group in order to provide not just the best set of features but also the best combination of features
Stars: ✭ 83 (+219.23%)
Mutual labels:  statistics
MwK-Musics
A Telegram Bot to Play Audio in Voice Chats With Youtube and Deezer support. Supports Live streaming from youtube Supports Mega Radio Fm Streamings
Stars: ✭ 38 (+46.15%)
Mutual labels:  telegram-bot
mlbgameday
Multi-core processing of 'Gameday' data from Major League Baseball Advanced Media. Additional tools to parallelize large data sets and write them to a database.
Stars: ✭ 37 (+42.31%)
Mutual labels:  statistics
fanyi-bot
🤖 Telegram 上的谷歌翻译机器人,为全世界语言提供中文翻译。
Stars: ✭ 100 (+284.62%)
Mutual labels:  telegram-bot
laravel-forge-bot
It is a chat bot for Telegram. It helps you manage your Laravel Forge servers and can send you deployment notifications.
Stars: ✭ 33 (+26.92%)
Mutual labels:  telegram-bot
parcours-r
Valise pédagogique pour la formation à R
Stars: ✭ 25 (-3.85%)
Mutual labels:  statistics
FTG-Modules
Modules Repo for GeekTG Friendly-Telegram Mod
Stars: ✭ 20 (-23.08%)
Mutual labels:  telegram-bot
tgmusicbot
Telegram bot for downloading audio from YouTube, SoundCloud & MixCloud.
Stars: ✭ 66 (+153.85%)
Mutual labels:  telegram-bot
archivebot
💾 A telegram bot for backing up and collecting all kinds of media.
Stars: ✭ 65 (+150%)
Mutual labels:  telegram-bot
Algorithms
Free hands-on course with the implementation (in Python) and description of several computational, mathematical and statistical algorithms.
Stars: ✭ 117 (+350%)
Mutual labels:  statistics
Google-Translator-Bot
Telegram Google Translater Bot Broadcast Available Suppport all language
Stars: ✭ 17 (-34.62%)
Mutual labels:  telegram-bot
GitHub-Starred-Notify
即時通知你的 repo 有人人給星星囉~
Stars: ✭ 23 (-11.54%)
Mutual labels:  telegram-bot
Terminal
All-in-one solution for the management and security of your Telegram group. This is the third version and is written in C#
Stars: ✭ 12 (-53.85%)
Mutual labels:  telegram-bot
TgTranslator
Telegram bot that removes language barrier between people in groups
Stars: ✭ 32 (+23.08%)
Mutual labels:  telegram-bot
DaisyX
“ HOLA HUMANS 👋 I'M DAISYX 2.0 heart „ LATEST VERSION OF DAISYX.. Source Code of @Daisyxbot
Stars: ✭ 44 (+69.23%)
Mutual labels:  telegram-bot
interactive-simple-linear-regression
A PureScript, browser-based implementation of simple linear regression.
Stars: ✭ 15 (-42.31%)
Mutual labels:  statistics
pyextremes
Extreme Value Analysis (EVA) in Python
Stars: ✭ 89 (+242.31%)
Mutual labels:  statistics
ethz cs summaries
Summaries / Cheat Sheets created at ETH Zurich BsC Computer Science & MsC Data Science
Stars: ✭ 67 (+157.69%)
Mutual labels:  statistics

Confstat bot

image

This bot collects statistics from your chat.

Installation

pip3 install -r requirements.txt

Usage

Edit config.json:

"bot_token": "your_token",
"database": "mysql://user:password@localhost/database?charset=utf8mb4",
"site_url": "http://your.site.name"
"salt": "your_super_secret_salt",

And start bot:

python main.py

License

MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].