FriendTech Notifier Bot (FTNB) is a specialized bot designed to send instant notifications when specific users join the friend.tech
platform. Stay updated and never miss when someone of interest registers on the platform!
- Real-time Monitoring: Monitors
friend.tech
for new user registrations. - Instant Notifications: Sends notifications immediately when a user from a predefined list joins.
- User Customization: Allows manual entry of usernames of interest.
- Scalability: Can handle a list of up to 50 usernames.
- Integration with mobile notifications for real-time alerts on smartphones.
- Analytics dashboard to provide insights on user registration trends.
- Enhanced error handling and logging for better troubleshooting.
from main import main
main()
Clone the GitHub repository.
git clone <repository_url>
Navigate to the project directory.
cd friend.tech-bot
- Install necessary dependencies (if any).
- Update the
config/settings.py
with necessary API keys and configurations. - Run the
main.py
script to start the bot.
python main.py
- Ensure all dependencies are correctly installed.
- Check
logs/bot.log
for any error logs or warnings. - Ensure API keys and other configurations in
config/settings.py
are correctly set.
- Fork the repository to your GitHub account.
- Clone the forked repository to your local machine.
- Make your changes or additions.
- Push your changes to your fork.
- Submit a pull request to the main repository for review.
- After review, your changes might be merged!