IV 100 Telegram Bot
FEATURES
Pokemon coordinates with IV 100 and 90
The bot sends coordinates of Pokemon with IV equal to 100 and 90.
Opening and Ending commands
The bot has three commands: /iv100 and /iv90 to start sending coordinates with IV 100 and 90, respectively, and /stop to stop sending coordinates.
Users Restrictions
It has the option to limit the number of users to manage the bot commands.
Coordinates Sending for 24 hours
The bot sends Pokemon coordinates 24 hours a day, at regular intervals. This interval can be configured according to preference.
Coordinates for Five Cities
The bot sends Pokemon coordinates from Vancouver, New York, London, Singapore and Sydney.
TECHNOLOGIES
Python (Source)
Version: 3.11.2Python is a clear and powerful object-oriented programming language, comparable to Perl, Ruby, Scheme, or Java.
python-telegram-bot (Source)
Version: 20.8It is a popular package used for formatting and displaying tabular data in a visually appealing manner. It provides a simple way to generate tables from various data sources, such as lists, dictionaries, or even database result sets. The library offers a range of table formats, including plain text, Markdown, and HTML.
FastAPI (Source)
Version: 0.110.0FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.8+ based on standard Python type hints.
Requests (Source)
Version: 2.31.0It is a popular package used for making HTTP requests. It provides a convenient and user-friendly way to interact with web services, send HTTP requests, and handle their responses.
Pokeapi (Source)
Version: v2This website provides a RESTful API interface to highly detailed objects built from thousands of lines of data related to Pokémon. We specifically cover the video game franchise. Using this website, you can consume information on Pokémon, their moves, abilities, types, egg groups and much, much more.
Gunicorn (Source)
Version: 21.2.0Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX. It's a pre-fork worker model. The Gunicorn server is broadly compatible with various web frameworks, simply implemented, light on server resources, and fairly speedy.
Uvicorn (Source)
Version: 0.28.0Uvicorn is an ASGI web server implementation for Python. Until recently Python has lacked a minimal low-level server/application interface for async frameworks.
Railway (Source)
Version: 3.5.2Railway is a deployment platform where you can provision infrastructure, develop with that infrastructure locally, and then deploy to the cloud.