Git Product home page Git Product logo

sahildesai07 / movie-provider-bot Goto Github PK

View Code? Open in Web Editor NEW
15.0 2.0 79.0 94 KB

movie provider bot | auto filter bot v4.3 | Auto filter 2. Streaming Feature 3. File store 4. Url shorter 5. Token/verification system 6. Premium plan feature

Home Page: https://www.youtube.com/@ultroidofficial

License: GNU General Public License v2.0

Dockerfile 0.07% Procfile 0.01% Python 94.89% Shell 0.09% HTML 4.95%
all-in-one-bot auto-filter-bot premium-bot auto-filter-bot-premium

movie-provider-bot's Introduction

Bot

Ultroid Official Channel Ultroid Official Group

Typing SVG

demo Bot

t.me/Latest_Movie_webseries_bot

Features

  • Shortener Support in Stream and Download features
  • Good Morning, Afternoon, Evening, Night wishes
  • Request to join in Fsub
  • Best Streaming Website
  • Premium member management
  • Custom Shortlink management
  • Premium members can download videos above 2GB
  • PreDVD and CamRip Delete Mode
  • Multiple File Deleting Feature
  • Force Subscription
  • Welcome Message
  • Auto File Deleting
  • Manual File Deleting
  • Globally Filter Button
  • IMDB Search
  • Admim Commands
  • Group Broadcast
  • User Info
  • Broadcast PM File Sender
  • Auto File Sender Button
  • Auto Delete Mode
  • ID Extractor
  • Inline Search Price
  • Auto Delete
  • Auto Unban
  • Chat Leave
  • Chat Disable
  • Speed Check Feature
  • User Ban
  • User Unban
  • Chat Leave
  • Chat Disable
  • Chat Disable
  • Enable Shortlink
  • Disable Shortlink
  • Create Single Post Link
  • Create Bulk Post Links
  • Delete All Files from Database
  • Delete Specific File from Database
  • Broadcast Message to Users
  • Broadcast Messages to Groups
  • Enable Join in Groups
  • Disable Join in Groups
  • Leave from any Group
  • Ban Users to use the bot
  • Unban Users to use the bot
  • Add Users to Premium
  • Remove Users from Premium
  • Get List of Premium Users
  • Restart the bot

Tutorial

Variables

Required Variables

  • BOT_TOKEN: Create a bot using @BotFather, and get the Telegram API token.
  • API_ID: Get this value from telegram.org For more help watch this video
  • API_HASH: Get this value from telegram.org For more help watch this video
  • CHANNELS: ID of channel for Auto Indexing. Separate multiple IDs by space. Make sure bot is admin.
  • ADMINS: ID of Admin. Separate multiple Admins by space.
  • DATABASE_URI: mongoDB URI. Get this value from mongoDB. For more help watch this video
  • DATABASE_NAME: Name of the database in mongoDB.
  • LOG_CHANNEL : A channel to log the activities of bot. Make sure bot is an admin in the channel.

Thanks to

Note 🏷️

  • Contact Admin

Note To A So Called Dev:

Kanging this codes and and editing a few lines and releasing a V.x or an alpha, beta , gama branches of your repo won't make you a Developer. Fork the repo and edit as per your needs.

Disclaimer

GNU Affero General Public License 2.0
Licensed under GNU AGPL 2.0. Selling The Codes To Other People For Money Is Strictly Prohibited.

movie-provider-bot's People

Contributors

sahildesai07 avatar

Stargazers

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

Watchers

 avatar  avatar

movie-provider-bot's Issues

Getting errors in the deployement , using koyeb for deployment.

In the diployment getting error, how can i fix it?
Instance created. Preparing to start...
Instance is starting. Propagating network configuration...
Network configuration propagated
Application exited with code 1. This usually indicates an application failure. Check that the command used to launch your application is correct.
/app/.heroku/python/lib/python3.10/site-packages/imdb/utils.py:990: SyntaxWarning: "is" with a literal. Did you mean "=="?
if beginTag is "":
Traceback (most recent call last):
File "/workspace/bot.py", line 25, in
from database.ia_filterdb import Media
File "/workspace/database/ia_filterdb.py", line 11, in
from utils import get_settings, save_group_settings
File "/workspace/utils.py", line 18, in
from database.users_chats_db import db
File "/workspace/database/users_chats_db.py", line 221, in
db = Database(DATABASE_URI, DATABASE_NAME)
File "/workspace/database/users_chats_db.py", line 10, in init
self._client = motor.motor_asyncio.AsyncIOMotorClient(uri)
File "/app/.heroku/python/lib/python3.10/site-packages/motor/core.py", line 159, in init
delegate = self.delegate_class(*args, **kwargs)
File "/app/.heroku/python/lib/python3.10/site-packages/pymongo/mongo_client.py", line 670, in init
res = uri_parser.parse_uri(
File "/app/.heroku/python/lib/python3.10/site-packages/pymongo/uri_parser.py", line 523, in parse_uri
dns_resolver = _SrvResolver(fqdn, connect_timeout=connect_timeout)
File "/app/.heroku/python/lib/python3.10/site-packages/pymongo/srv_resolver.py", line 69, in init
raise ConfigurationError(_INVALID_HOST_MSG % (fqdn,))
pymongo.errors.ConfigurationError: Invalid URI host: vuzz4418 is not a valid hostname for 'mongodb+srv://'. Did you mean to use 'mongodb://'?
/app/.heroku/python/lib/python3.10/site-packages/imdb/utils.py:990: SyntaxWarning: "is" with a literal. Did you mean "=="?
if beginTag is "":
Traceback (most recent call last):
File "/workspace/bot.py", line 25, in
from database.ia_filterdb import Media
File "/workspace/database/ia_filterdb.py", line 11, in
from utils import get_settings, save_group_settings
File "/workspace/utils.py", line 18, in
from database.users_chats_db import db
File "/workspace/database/users_chats_db.py", line 221, in
db = Database(DATABASE_URI, DATABASE_NAME)
File "/workspace/database/users_chats_db.py", line 10, in init
self._client = motor.motor_asyncio.AsyncIOMotorClient(uri)
File "/app/.heroku/python/lib/python3.10/site-packages/motor/core.py", line 159, in init
delegate = self.delegate_class(*args, **kwargs)
File "/app/.heroku/python/lib/python3.10/site-packages/pymongo/mongo_client.py", line 670, in init
res = uri_parser.parse_uri(
File "/app/.heroku/python/lib/python3.10/site-packages/pymongo/uri_parser.py", line 523, in parse_uri
dns_resolver = _SrvResolver(fqdn, connect_timeout=connect_timeout)
File "/app/.heroku/python/lib/python3.10/site-packages/pymongo/srv_resolver.py", line 69, in init
raise ConfigurationError(_INVALID_HOST_MSG % (fqdn,))
pymongo.errors.ConfigurationError: Invalid URI host: vuzz4418 is not a valid hostname for 'mongodb+srv://'. Did you mean to use 'mongodb://'?
Application exited with code 1. This usually indicates an application failure. Check that the command used to launch your application is correct.
Instance stopped
Instance created. Preparing to start...
Instance is starting. Propagating network configuration...
Network configuration propagated
/app/.heroku/python/lib/python3.10/site-packages/imdb/utils.py:990: SyntaxWarning: "is" with a literal. Did you mean "=="?
if beginTag is "":
Traceback (most recent call last):
File "/workspace/bot.py", line 25, in
from database.ia_filterdb import Media
File "/workspace/database/ia_filterdb.py", line 11, in
from utils import get_settings, save_group_settings
File "/workspace/utils.py", line 18, in
from database.users_chats_db import db
File "/workspace/database/users_chats_db.py", line 221, in
db = Database(DATABASE_URI, DATABASE_NAME)
delegate = self.delegate_class(*args, **kwargs)
File "/app/.heroku/python/lib/python3.10/site-packages/pymongo/mongo_client.py", line 670, in init
res = uri_parser.parse_uri(
File "/app/.heroku/python/lib/python3.10/site-packages/pymongo/uri_parser.py", line 523, in parse_uri
dns_resolver = _SrvResolver(fqdn, connect_timeout=connect_timeout)
File "/app/.heroku/python/lib/python3.10/site-packages/pymongo/srv_resolver.py", line 69, in init
raise ConfigurationError(_INVALID_HOST_MSG % (fqdn,))
pymongo.errors.ConfigurationError: Invalid URI host: vuzz4418 is not a valid hostname for 'mongodb+srv://'. Did you mean to use 'mongodb://'?
Application exited with code 1. This usually indicates an application failure. Check that the command used to launch your application is correct.
/app/.heroku/python/lib/python3.10/site-packages/imdb/utils.py:990: SyntaxWarning: "is" with a literal. Did you mean "=="?
if beginTag is "":
Traceback (most recent call last):
File "/workspace/bot.py", line 25, in
from database.ia_filterdb import Media
File "/workspace/database/ia_filterdb.py", line 11, in
from utils import get_settings, save_group_settings
File "/workspace/utils.py", line 18, in
from database.users_chats_db import db
File "/workspace/database/users_chats_db.py", line 221, in
db = Database(DATABASE_URI, DATABASE_NAME)
File "/workspace/database/users_chats_db.py", line 10, in init
self._client = motor.motor_asyncio.AsyncIOMotorClient(uri)
File "/app/.heroku/python/lib/python3.10/site-packages/motor/core.py", line 159, in init
delegate = self.delegate_class(*args, **kwargs)
File "/app/.heroku/python/lib/python3.10/site-packages/pymongo/mongo_client.py", line 670, in init
res = uri_parser.parse_uri(
File "/app/.heroku/python/lib/python3.10/site-packages/pymongo/uri_parser.py", line 523, in parse_uri
dns_resolver = _SrvResolver(fqdn, connect_timeout=connect_timeout)
File "/app/.heroku/python/lib/python3.10/site-packages/pymongo/srv_resolver.py", line 69, in init
raise ConfigurationError(_INVALID_HOST_MSG % (fqdn,))
pymongo.errors.ConfigurationError: Invalid URI host: vuzz4418 is not a valid hostname for 'mongodb+srv://'. Did you mean to use 'mongodb://'?
Application exited with code 1. This usually indicates an application failure. Check that the command used to launch your application is correct.
Instance stopped

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.