michael2to3 / fakegeobot

A Python-based Telegram bot that allows users to send fake location data to other bots.
https://t.me/badchess_fake_location_bot
GNU General Public License v3.0
8 stars 2 forks source link

Not always automatically sending messages to users #1

Open michael2to3 opened 1 year ago

michael2to3 commented 1 year ago

The bot uses its own cron job and multiprocessing/threading libraries to send messages to users. However, it appears that for random users, the bot is not functioning as intended and not sending messages automatically. This issue is likely related to the functionality of the cron job and multiprocessing/threading libraries.

To address this issue, the code of the bot should be reviewed thoroughly to ensure that the cron job and multiprocessing/threading libraries are functioning correctly. It may be necessary to test the bot with a small group of users to identify any errors or bugs in the code. Additionally, the Telegram API documentation should be reviewed to ensure that the bot is properly connected and that there are no issues with the API.