A Fortnite staging servers bot that posts to twitter as soon as a new version is added!
- Python MUST be installed and added to PATH
Image via medium.com
- Twitter Developer Account (Need help getting started? Watch this basic guide or Follow along with the in text guide)
- Download and extract the Bot.
- Open the config.py file inside a text editor of your choice (Visual studio code is recommended) and fill in all required fields
- Start the bot by opening run.bat!!
If the bot cannot automatically install requirement then:
- Run install.bat!
- If the install does not work then: Open command prompt and enter each line:
pip install tweepy
pip install requests
Alternatively:
pip3 install tweepy
pip3 install requests
If you require assistance or have suggestions you can:
If you enjoy my staging servers bot then you can follow me on Twitter!
If you would like to further support me and the staging servers bot then consider donating through buy me a coffee below!
Also consider using my support-a-creator code Swift-Nite in the Fortnite item shop or for any other Epic Games Store purchases!
In connection with Epic Games’ Support-A-Creator Program, I may receive payouts from your in-game purchases.
I much appreciate all support!
You must have a Twitter developer account which you can sign up for at https://developer.twitter.com/ Once signed up, apply for elevated access if you do not already have it (can be found under project one) If accepted, go to overview (under projects & apps) and create a project.
Once you have created your app within the project scroll to user authentication settings inside the app and click set up.
Inside you must select read and write permissions (permissions) and web app, automated app or bot (type).
For the required callback/redirect URL and website URL, the URL can be anything (you can even just use your Twitter eg. https://twitter.com/swiftnite
)
Once saved, navigate to keys and tokens and regenerate API key and secret, fill these out in config.py
(consumerKey and consumerSecretKey respectively)
Navigate to keys and tokens again and generate Access token and secret, fill these out in config.py
(accessToken and accessTokenSecret respectively)
Your app's permissions MUST have Read + Write or else it will not post!!
Bot Created by Swift-Nite