[PYTHON] I tried to create a bot for PES event notification
I tried to create a bot for PES event notification
Hi, this is Yajun.
This time, I created a Twitter bot.
■ Background / Introduction
- From 2019, the "esports" market has grown rapidly.
Along with that, "PES" events are being held every week all over the country.
This is because the organizers of the event have moved from players to general companies and organizations.
However. .. .. One problem. .. ..
** Information infrastructure is not in place! !! ** **
** Tournament information is not transmitted to players! !! ** **
![](https://i.imgur.com/BGsXSfZ.png)
** Then, someone has no choice but to build infrastructure! !!
In this article, we will create an infrastructure for PES people, "PES" by PES people who are proud of the world (ry **.
■ Purpose
- Centralize the flow of information on PES competitions and events.
■ Method
- Create a twitter BOT to achieve your goals.
This is because PES players like to use it.
In addition, the announcement of the tournament information is also mainly done on twitter.
▼ Technical story
What you do with tweepy is simple!
- Search the hashtag "#PES_event notification" from TL
- RT the corresponding tweet
- Next, let the above code run on a regular basis.
This time, I used AWS.
This is also simple to do!
- Get the event handler called from the AWS side at 1-minute intervals
■ Results
- The finished bot is this one PES_EVENT_BOT
When I tweeted with the hashtag "# PES_event announcement", it was RT!
■ Please!
** ① Follow Book Bot
(2) Please attach a hashtag to the tournament or event announcement tweet. ** **
If you find information about PES tournaments and events, please quote RT with the hashtag "# PES_Event Announcement".
- And if possible, please let the tournament organizer know about the existence of this bot!
Maybe the organizer can add a hashtag from the next announcement tweet? ??
■ At the end
- I hope the bot I created this time will make the PES world more convenient!
I'm doing this activity as a hobby, but if you want to be selfish, I'd be happy if you subscribe to My youtube channel! Lol
If it increases, I will implement other ideas ♪ lol
■ Reference URL
- Procedure to create a Twitter bot with python
- API Reference
- Understand in 5 minutes! How to use AWS Lambda