Coder Social home page Coder Social logo

tgcatub / catuserbot Goto Github PK

View Code? Open in Web Editor NEW
1.5K 1.5K 5.4K 15.79 MB

A simple Telegram userbot based on Telethon

Home Page: https://docs.catuserbot.co

License: GNU Affero General Public License v3.0

Python 98.84% Shell 1.13% Dockerfile 0.04%
catuserbot heroku python telegram telegram-bot telegram-userbot telethon userbot userbot-telegram

catuserbot's Introduction

CatUserbot

A simple Telegram userbot based on Telethon . catuserbot logo Hits CodeFactor Open Source Love Maintenance Repo Size GitHub license GitHub issues PR Open PR Closed GitHub contributors GitHub commit activity GitHub forks GitHub stars

How to deploy catuserbot

Heroku Deploy

  • Deploy To Heroku

Self host

Support

Inspiration

Disclaimer

              YOU ARE FOREWARNED
Your Telegram account may get banned.   
Catuserbot or we are not responsible for your account, 
This bot is intended for the purpose of having fun with some fun commands 
and group management with some helpfull commands.

If  you ended up spamming groups, getting reported left and right, 
and you ended up in being fight with Telegram 
and at the end Telegram Team deleted your account. DON'T BLAME US.

No personal support will be provided / We won't spoon feed you. 
If you need help ask in our support group 
and we or our friends will try to help you.

Thanks for using our bot ๐Ÿ˜บ

Credits

catuserbot's People

Contributors

adityaprasad502 avatar advnpzn avatar arnabxd avatar customicon avatar deepsourcebot avatar deshdeepak1 avatar halodragon7410 avatar hiddencrush avatar infinity1335 avatar jisan09 avatar kelvinvirani avatar linuxguy312 avatar luisbandalap avatar param1903 avatar prince-mendiratta avatar prono69 avatar rajashish147 avatar ramubaba098 avatar samidaites2 avatar sandy1709 avatar shoaibakhatar avatar subinps avatar sugardaddy-hot avatar tgcat avatar theweaver786 avatar xditya avatar zar0x avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

catuserbot's Issues

Feature Request: More customization and auto posting of reddit.py

What is available:
currently only random picture from a subreddit can be posted.
What should be added:
Ability to run the command such that it posts to selected channels/chats after intervals from options like tops 10 posts or hot 9 posts.
What alternatives are available:
https://github.com/aliparlakci/bulk-downloader-for-reddit does a pretty good job for one time downloads with great configuration options.
https://github.com/Fillll/reddit2telegram does provide the required features but it is not available as a userbot plugin or heruko app.

help popup issue

in help module list
when selecting specific modules instead of opening popup it share text file
fonts.txt

it does on font and gdrive module

srmbg should send a real webp, not just rename the file

Hey, it seems that srmbg command is just renaming the original image from png to webp, and this causes compatibility issues with some clients, that will just display a blank square.
In addition to this, the command seems not to preserve the original image size (got scaled to 500x500) causing more compatibility issues with other clients.

Feature Request

Can you please add unzip plugin that can extract zip/compressed files & upload them to Gdrive!!

PM Permit cannot be turned off!

The command /pmpermit does not seems to be working. Even when the PMPERMIT variable is set to DISABLE, pmpermit is still present.

features

please make railway support to deploy

Features

It is possible to add Forex pair price list from "TradingView" or any other sources.
Like GBPUSD/GOLD/BTCUSD

Upload folder as tree.

The files when uploading folder are uploaded all together. Wouldn't it be better if they are uploaded in tree format.
For e.g. if this is tree in the server,

  • /dir1/dir2/dir3
    - dir4
    - f1
    - dir5
    - dir6
    - f2
    - f3
    - f4
    and if we want to upload entire dir3, it should we uploaded as
    dir3 (as msg)
    dir3/dir4 (as msg)
    f1 (as file)
    dir3/dir4 (as msg)
    dir3/dir5 (as msg)
    dir3/dir5/dir6 (as msg)
    f2 (as file)
    dir3/dir5/dir6 (as msg)
    f3 (as file)
    dir3/dir5 (as msg)
    f4 (as file)
    dir3 (as msg)
    Should I make aPR of that ?

Chrome issue

plugins that uses chrome (google, screenshot, carbon etc...) Having issue executing command for vps users. Please solve the issue soon

README.md

README.md โ†’When we click on 'Nana-Remix' "Not Found" error is shown

Problem in deploying to self host

I just tried to run CatUserBot on my Debian 11 VPS. After installing and configuring everything, when I attempted to run it using python3 -m userbot, I encountered the following error:

Traceback (most recent call last):
File "/usr/lib/python3.7/runpy.py", line 183, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
File "/usr/lib/python3.7/runpy.py", line 142, in _get_module_details
return _get_module_details(pkg_main_name, error)
File "/usr/lib/python3.7/runpy.py", line 109, in _get_module_details
import(pkg_name)
File "/root/catuserbot/userbot/init.py", line 8, in
from .core.logger import logging
File "/root/catuserbot/userbot/core/init.py", line 1, in
from .decorators import check_owner
File "/root/catuserbot/userbot/core/decorators.py", line 7, in
from ..sql_helper.globals import gvarstatus
File "/root/catuserbot/userbot/sql_helper/globals.py", line 44
if rem := (
^
SyntaxError: invalid syntax

note: I encountered an error while installing the requirements because of git+https://github.com/sandy1709/py-googletrans. To resolve this, I removed it from the requirements.txt file and installed all the remaining dependencies. Then, I separately installed py-googletrans using pip3 install py-googletrans.

Docker

docker build wont complete and stuck at:

RUN pip3 install --no-cache-dir requirements.txt

after change to:

RUN pip3 install --no-cache-dir -r requirements.txt

build will complete and work fine

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.