0% found this document useful (0 votes)
41 views4 pages

Notes For Developer (FlexBuddy Bot)

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
41 views4 pages

Notes For Developer (FlexBuddy Bot)

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Goal: Create a bot that replicates the functions of RefreshClick

What are the steps in replicating the bot: (note that this steps )

1. Create API from scratch


● the API of the bot should be replicating the API of RefreshClick.

2. Integrate oAuth user authorization/registration.


● the user can integrate his Amazon Flex account on our bot.

3. Integrate telegram notification when block is successfully captured.


● for easier tracking of block being captured, it should also be integrated to a
telegram account of the user.

4. Integrate captcha solver


● make sure to integrate a captcha solver to the bot so that the user can just wait
for our bot to do the delivery on blocks.

5. Users security
● make sure that the information of our users are safe in our database.

6. Determine how many tabs our bot/website will be and what they are going to be called.
● In reference to refresclick.com, they have a total of 7. The 7 tabs are as follows:
6.1 Logs: its gives the user the timestamps of his activity on amazonflex. it
includes the time the user turned on the bot, time turned off the bot, automatically
accepting and ignoring the block. The user can scroll up and down to check the
exact time they did a particular activity on their Amazon Flex.

Sample photo of Logs tab:


Service Areas: In This tab, the user can scroll up and down so that they can see
all the service areas available in their selected town, and also to be able to toggle
the area on if they want to service the area, and toggle off if they don't want to.
After the user toggles on a specific area, they have the capability to adjust the
time that they will arrive in the area in (minutes), adjust the minimum amount per
hour, the blocks minimum payment, and the maximum time of delivery on the
block per hr.

Note: Kindly include the formula on how to calculate an hourly rate. If else
statement will mostly be used in this command since we will be utilizing the use
of C++.
Note: The code should replicate the interface on the sample photo below.

Sample photo of Service tab:


6.3 Work Days tab: Lets the user to select what day and time of the week
he/she will specifically work.

Sample photo of Service tab:

6.4 Calendar tab

Sample photo of Service tab:


6.5 Account expiry reminder: gives the user information when the usage of bot
will end. It includes suggestions if the user will extend or not, if yes, what mode of
extension it will be, per week or per month, Recommendation offers, Help, and
Logout.

Sample photo of Account expiry reminder:

You might also like