{"id":27097538,"url":"https://github.com/geffrerson7/pvp-telegram-bot","last_synced_at":"2026-01-27T23:15:20.254Z","repository":{"id":233223863,"uuid":"779428731","full_name":"Geffrerson7/pvp-telegram-bot","owner":"Geffrerson7","description":"Telegram bot for sending Pokemon coordinates from PVP.","archived":false,"fork":false,"pushed_at":"2025-11-06T19:25:12.000Z","size":617,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-06T21:09:07.371Z","etag":null,"topics":["fastapi","gunicorn","json","pokeapi","python","python-dotenv","python-telegram-bot","railway","requests","uvicorn"],"latest_commit_sha":null,"homepage":"https://t.me/LuxrayPvpbot","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Geffrerson7.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-29T20:22:16.000Z","updated_at":"2025-11-06T19:25:16.000Z","dependencies_parsed_at":"2024-05-21T00:27:39.523Z","dependency_job_id":"859a4a33-a71d-4c6d-aeb7-54a522c1f0ad","html_url":"https://github.com/Geffrerson7/pvp-telegram-bot","commit_stats":null,"previous_names":["geffrerson7/pvp-telegram-bot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Geffrerson7/pvp-telegram-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Geffrerson7%2Fpvp-telegram-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Geffrerson7%2Fpvp-telegram-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Geffrerson7%2Fpvp-telegram-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Geffrerson7%2Fpvp-telegram-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Geffrerson7","download_url":"https://codeload.github.com/Geffrerson7/pvp-telegram-bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Geffrerson7%2Fpvp-telegram-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28826663,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T23:13:12.038Z","status":"ssl_error","status_checked_at":"2026-01-27T23:05:59.307Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fastapi","gunicorn","json","pokeapi","python","python-dotenv","python-telegram-bot","railway","requests","uvicorn"],"created_at":"2025-04-06T10:48:16.519Z","updated_at":"2026-01-27T23:15:20.225Z","avatar_url":"https://github.com/Geffrerson7.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PVP-POKEMON-COORDINATES-TELEGRAM-BOT\n\n## Local Installation\n\nTo run this project, you'll need to add the following environment variables to your `.env` file:\n\n`TOKEN`\n\n`DEVELOPER_CHAT_ID`\n\n`BOTHOST`\n\n`DEBUG`\n\n`ADMIN`\n\n`SUPPORT`\n\n`CHAT_ID`\n\n`PERIOD`\n\n`USER_1`\n\n`USER_2`\n\n`USER_3`\n\n`MESSAGE_THREAD_ID`\n\nClone the project\n\n```bash\n$ git clone https://github.com/Geffrerson7/pvp-telegram-bot.git\n```\n\nNavigate to the project directory\n\n```bash\n$ cd pokemon-coordinates-telegram-bot\n```\n\nCreate a virtual environment\n\n```sh\n$ virtualenv venv\n```\n\nActivate the virtual environment\n\n```\n# windows\n$ source venv/Scripts/activate\n# Linux\n$ source venv/bin/activate\n```\n\nThen install the required libraries:\n\n```sh\n(venv)$ pip install -r requirements.txt\n```\n\nOnce all of that is done, proceed to start the app\n\n```bash\n(venv)$ python main.py\n```\n\n## Telegram bot's menu\n\nStart sending Great League PVP coordinates:\n\n```bash\n/pvp\n```\n\nStart sending Great League PVP coordinates:\n\n```bash\n/pvp1500\n```\n\nStart sending Ultra League PVP coordinates:\n```bash\n/pvp2500\n```\n\nStart sending Master League PVP coordinates:\n```bash\n/pvp_master\n```\nStop sending coordinates:\n```bash\n  /stop\n```\n\n## Demo\n\n[![](https://markdown-videos-api.jorgenkh.no/youtube/0StbpCOGDZU)](https://youtu.be/0StbpCOGDZU \"PVP Telegram Bot Demo Video\")","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeffrerson7%2Fpvp-telegram-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeffrerson7%2Fpvp-telegram-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeffrerson7%2Fpvp-telegram-bot/lists"}