Skip to content

A bot that automatically posts to twitter as soon as a new version is added to the Fortnite staging servers!

License

Notifications You must be signed in to change notification settings

swiftnite/Fortnite-Staging-Servers-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fortnite Staging Servers Bot

A Fortnite staging servers bot that posts to twitter as soon as a new version is added!

Example

Requirements

  • Python MUST be installed and added to PATH


Image via medium.com

Getting Started

  • 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

Assistance & Suggestions

If you require assistance or have suggestions you can:

Support Project

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!

bmc-button


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!

Twitter Developer Account Setup

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!!

Project Credits

Bot Created by Swift-Nite

About

A bot that automatically posts to twitter as soon as a new version is added to the Fortnite staging servers!

Topics

Resources

License

Stars

Watchers

Forks